We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2b49f + bde4ae1 commit 8cdeea6Copy full SHA for 8cdeea6
service/evaka-bom/build.gradle.kts
@@ -58,7 +58,7 @@ dependencies {
58
api(platform("com.fasterxml.jackson:jackson-bom:2.18.0"))
59
api(platform("com.squareup.okhttp3:okhttp-bom:4.12.0"))
60
api(platform("io.netty:netty-bom:4.1.108.Final")) // only needed for CVE fix
61
- api(platform("io.opentelemetry:opentelemetry-bom:1.43.0"))
+ api(platform("io.opentelemetry:opentelemetry-bom:1.44.1"))
62
api(platform("org.apache.cxf:cxf-bom:4.0.3"))
63
// Spring Boot specifies a version constraint for Jetty, but we have other libraries relying
64
// on an older version -> we enforce a specific Jetty BOM version and ignore Spring Boot
0 commit comments