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