Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.2.2 (#10294)
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 Jan 20, 2024
1 parent a7eb3f5 commit 35ec443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.1")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.2")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion smoke-tests-otel-starter/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.1"
id("org.springframework.boot") version "3.2.2"
id("org.graalvm.buildtools.native")
}

Expand Down

0 comments on commit 35ec443

Please sign in to comment.