Skip to content

Commit f5e643b

Browse files
renovate[bot]trask
andauthored
fix(deps): update dependency org.springframework.boot:spring-boot-starter-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]>
1 parent 8eef5ca commit f5e643b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

benchmark-overhead-jmh/build.gradle.kts

+6-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ plugins {
77
id("otel.jmh-conventions")
88
}
99

10+
otelJava {
11+
// Spring Boot 3 requires java 17
12+
minJavaVersionSupported.set(JavaVersion.VERSION_17)
13+
}
14+
1015
dependencies {
11-
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.6")
16+
jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.4.0")
1217
}
1318

1419
tasks {

0 commit comments

Comments
 (0)