We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194f483 commit 1aecb4eCopy full SHA for 1aecb4e
benchmark-overhead-jmh/build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
dependencies {
11
- jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.5")
+ jmhImplementation("org.springframework.boot:spring-boot-starter-web:3.2.6")
12
13
14
tasks {
smoke-tests-otel-starter/build.gradle.kts
@@ -1,6 +1,6 @@
1
plugins {
2
id("otel.java-conventions")
3
- id("org.springframework.boot") version "3.2.5"
+ id("org.springframework.boot") version "3.2.6"
4
id("org.graalvm.buildtools.native")
5
6
0 commit comments