Skip to content

Commit

Permalink
fix(deps): update dependency org.springframework.boot:spring-boot-sta…
Browse files Browse the repository at this point in the history
…rter-web to v3.4.0 (#12767)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Trask Stalnaker <[email protected]>
  • Loading branch information
renovate[bot] and trask authored Nov 22, 2024
1 parent 8eef5ca commit f5e643b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion benchmark-overhead-jmh/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ plugins {
id("otel.jmh-conventions")
}

otelJava {
// Spring Boot 3 requires java 17
minJavaVersionSupported.set(JavaVersion.VERSION_17)
}

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

tasks {
Expand Down

0 comments on commit f5e643b

Please sign in to comment.