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 bccf9f2 commit 40d1728Copy full SHA for 40d1728
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.5")
+ jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.5.6")
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.5"
+ id("org.springframework.boot") version "3.5.6"
9
10
11
0 commit comments