Skip to content

Commit

Permalink
fix(deps): update spring boot to [3.4,3.5) (#7979)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 22, 2024
1 parent a707947 commit f043829
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion java/spring-webflux/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>[3.3,3.4)</version>
<version>[3.4,3.5)</version>
<relativePath/>
</parent>
<groupId>framework</groupId>
Expand Down
2 changes: 1 addition & 1 deletion java/spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>[3.3,3.4)</version>
<version>[3.4,3.5)</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>benchmark.spring-boot</groupId>
Expand Down
2 changes: 1 addition & 1 deletion kotlin/spring/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "3.3.+"
id("org.springframework.boot") version "3.4.+"
id("io.spring.dependency-management") version "+"
kotlin("jvm") version "2.0.+"
kotlin("plugin.spring") version "2.0.+"
Expand Down

0 comments on commit f043829

Please sign in to comment.