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 9a379ce commit 2c37fe3Copy full SHA for 2c37fe3
benchmark-overhead-jmh/build.gradle.kts
@@ -12,7 +12,7 @@ otelJava {
12
}
13
14
dependencies {
15
- jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.9")
+ jmhImplementation("org.springframework.boot:spring-boot-starter-web:4.0.1")
16
17
18
tasks {
smoke-tests/images/spring-boot/build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
6
id("otel.java-conventions")
7
8
id("com.google.cloud.tools.jib")
9
- id("org.springframework.boot") version "3.5.9"
+ id("org.springframework.boot") version "4.0.1"
10
11
0 commit comments