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 d46861f commit 65a764fCopy full SHA for 65a764f
smoke-tests/images/fake-backend/build.gradle.kts
@@ -11,7 +11,7 @@ plugins {
11
}
12
13
dependencies {
14
- implementation("com.linecorp.armeria:armeria-grpc:1.32.3")
+ implementation("com.linecorp.armeria:armeria-grpc:1.32.4")
15
implementation("io.opentelemetry.proto:opentelemetry-proto")
16
runtimeOnly("org.slf4j:slf4j-simple")
17
testing/armeria-shaded-for-testing/build.gradle.kts
@@ -4,7 +4,7 @@ plugins {
4
5
6
7
- implementation("com.linecorp.armeria:armeria-junit5:1.32.3")
+ implementation("com.linecorp.armeria:armeria-junit5:1.32.4")
8
9
10
tasks {
0 commit comments