We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3876c0 commit d2d2128Copy full SHA for d2d2128
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -137,7 +137,7 @@ testing {
137
138
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
139
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
140
- implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.5-jre"))
+ implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.6-jre"))
141
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.3"))
142
143
compileOnly("com.google.auto.value:auto-value-annotations")
0 commit comments