Skip to content

Commit 773075b

Browse files
authored
Combined dependency updates (2025-05-23)
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes: - [Bump org.eclipse.jgit:org.eclipse.jgit from 7.2.0.202503040940-r to 7.2.1.202505142326-r in /dashgit-updater](#180) - [Bump org.springframework:spring-web from 6.2.6 to 6.2.7 in /dashgit-updater](#181) - [Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.4 to 5.5 in /dashgit-updater](#182)
1 parent 9475d21 commit 773075b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dashgit-updater/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
<dependency>
7373
<groupId>org.springframework</groupId>
7474
<artifactId>spring-web</artifactId>
75-
<version>6.2.6</version>
75+
<version>6.2.7</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.apache.httpcomponents.client5</groupId>
7979
<artifactId>httpclient5</artifactId>
80-
<version>5.4.4</version>
80+
<version>5.5</version>
8181
</dependency>
8282

8383
<dependency>
@@ -93,7 +93,7 @@
9393
<dependency>
9494
<groupId>org.eclipse.jgit</groupId>
9595
<artifactId>org.eclipse.jgit</artifactId>
96-
<version>7.2.0.202503040940-r</version>
96+
<version>7.2.1.202505142326-r</version>
9797
</dependency>
9898

9999
</dependencies>

0 commit comments

Comments
 (0)