We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef5ca commit f5e643bCopy full SHA for f5e643b
benchmark-overhead-jmh/build.gradle.kts
@@ -7,8 +7,13 @@ plugins {
7
id("otel.jmh-conventions")
8
}
9
10
+otelJava {
11
+ // Spring Boot 3 requires java 17
12
+ minJavaVersionSupported.set(JavaVersion.VERSION_17)
13
+}
14
+
15
dependencies {
- jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.3.6")
16
+ jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.4.0")
17
18
19
tasks {
0 commit comments