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