@@ -15,7 +15,7 @@ dependencies {
1515 // (the constraints section below doesn't have this issue, and will only show up
1616 // as runtime dependencies if they are actually used as runtime dependencies)
1717 api(enforcedPlatform(" io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:${otelInstrumentationVersion} " ))
18- api(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.18.3 " ))
18+ api(enforcedPlatform(" com.fasterxml.jackson:jackson-bom:2.19.0 " ))
1919
2020 constraints {
2121 api(" io.opentelemetry.semconv:opentelemetry-semconv:${semconvVersion} " )
@@ -44,7 +44,7 @@ dependencies {
4444 api(" com.google.code.findbugs:annotations:3.0.1u2" )
4545 api(" com.google.code.findbugs:jsr305:3.0.2" )
4646 api(" com.squareup.okhttp3:okhttp:4.12.0" )
47- api(" com.uber.nullaway:nullaway:0.12.6 " )
47+ api(" com.uber.nullaway:nullaway:0.12.7 " )
4848 api(" org.assertj:assertj-core:3.27.3" )
4949 api(" org.awaitility:awaitility:4.3.0" )
5050 api(" org.bouncycastle:bcpkix-jdk15on:1.70" )
@@ -54,7 +54,7 @@ dependencies {
5454 api(" org.testcontainers:kafka:1.21.0" )
5555 api(" com.lmax:disruptor:3.4.4" )
5656 api(" org.jctools:jctools-core:4.0.5" )
57- api(" tools.profiler:async-profiler:3 .0" )
57+ api(" tools.profiler:async-profiler:4 .0" )
5858 api(" com.blogspot.mydailyjava:weak-lock-free:0.18" )
5959 api(" org.agrona:agrona:1.22.0" )
6060 }
0 commit comments