We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 344a173 commit 0a9b2eeCopy full SHA for 0a9b2ee
backend/build.gradle.kts
@@ -12,5 +12,5 @@ java {
12
dependencies {
13
implementation(platform(org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES))
14
implementation("org.springframework.boot:spring-boot-starter-web")
15
- implementation("co.elastic.otel:elastic-otel-runtime-attach:1.8.0")
+ implementation("co.elastic.otel:elastic-otel-runtime-attach:1.9.0")
16
}
0 commit comments