Skip to content

Commit

Permalink
fix(deps): update spring boot to v3.1.5 (#9722)
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 Oct 19, 2023
1 parent 2d4d010 commit 933f9c5
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.1.4")
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.1.5")
}

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.1.4"
id("org.springframework.boot") version "3.1.5"
id("org.graalvm.buildtools.native")
}

Expand Down

0 comments on commit 933f9c5

Please sign in to comment.