We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18dcca4 commit 86af800Copy full SHA for 86af800
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.6.0")
+ implementation("co.elastic.otel:elastic-otel-runtime-attach:1.7.0")
16
}
0 commit comments