Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.3.0 (main) (minor) (#11442)
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 May 23, 2024
1 parent b210443 commit ed083ef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmark-overhead-jmh/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

dependencies {
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.6")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.0")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests-otel-starter/spring-boot-3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("otel.java-conventions")
id("org.springframework.boot") version "3.2.6"
id("org.springframework.boot") version "3.3.0"
id("org.graalvm.buildtools.native")
}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("otel.java-conventions")
id("org.springframework.boot") version "3.2.6"
id("org.springframework.boot") version "3.3.0"
id("org.graalvm.buildtools.native")
}

Expand Down

0 comments on commit ed083ef

Please sign in to comment.