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 a87f4c9 commit d7d0b9fCopy full SHA for d7d0b9f
buildSrc/src/main/kotlin/otel.java-conventions.gradle.kts
@@ -138,7 +138,7 @@ testing {
138
implementation(enforcedPlatform("org.junit:junit-bom:5.12.0"))
139
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.5"))
140
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.0-jre"))
141
- implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.31.3"))
+ implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.0"))
142
143
compileOnly("com.google.auto.value:auto-value-annotations")
144
compileOnly("com.google.errorprone:error_prone_annotations")
0 commit comments