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 5e50152 commit b3d64aaCopy full SHA for b3d64aa
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -153,7 +153,7 @@ testing {
153
implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
154
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.2"))
155
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
156
- implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))
+ implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.34.0"))
157
158
compileOnly("com.google.auto.value:auto-value-annotations")
159
compileOnly("com.google.errorprone:error_prone_annotations")
0 commit comments