We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff3b23 commit 0f1090dCopy full SHA for 0f1090d
smoke-tests/images/fake-backend/build.gradle.kts
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
dependencies {
15
- implementation("com.linecorp.armeria:armeria-grpc:1.27.3")
+ implementation("com.linecorp.armeria:armeria-grpc:1.28.0")
16
implementation("io.opentelemetry.proto:opentelemetry-proto")
17
runtimeOnly("org.slf4j:slf4j-simple")
18
testing/armeria-shaded-for-testing/build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
6
7
8
- implementation("com.linecorp.armeria:armeria-junit5:1.27.3")
+ implementation("com.linecorp.armeria:armeria-junit5:1.28.0")
9
10
11
tasks {
0 commit comments