Skip to content

Commit

Permalink
Combined dependency updates (2024-10-25)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.springframework.boot:spring-boot-starter-parent from 3.3.4 to 3.3.5](#380)
- [Bump org.springframework:spring-context from 6.1.13 to 6.1.14 in /client-resttemplate](#379)
- [Bump spring-web-version from 6.1.13 to 6.1.14](#378)
- [Bump ch.qos.logback:logback-classic from 1.5.9 to 1.5.11](#377)
  • Loading branch information
javiertuya authored Oct 25, 2024
1 parent 49f8e2d commit 468a159
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!--openapi client dependencies: spring resttemplate+jackson -->
<swagger-annotations-version>1.6.14</swagger-annotations-version>

<spring-web-version>6.1.13</spring-web-version>
<spring-web-version>6.1.14</spring-web-version>

<jackson-version>2.18.0</jackson-version>

Expand Down Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.9</version>
<version>1.5.11</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.3.5</version>
<!--relative path empty as this is a submodule, but spring starter needs to be the parent-->
<relativePath />
</parent>
Expand Down

0 comments on commit 468a159

Please sign in to comment.