We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9294463 commit 075dcceCopy full SHA for 075dcce
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -152,7 +152,7 @@ testing {
152
153
implementation(enforcedPlatform("org.junit:junit-bom:5.13.4"))
154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
155
- implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
+ implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.3"))
157
158
compileOnly("com.google.auto.value:auto-value-annotations")
0 commit comments