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