We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3509618 commit 40311cfCopy full SHA for 40311cf
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.1")
+ implementation("com.linecorp.armeria:armeria-grpc:1.32.2")
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.1")
+ implementation("com.linecorp.armeria:armeria-junit5:1.32.2")
8
9
10
tasks {
0 commit comments