Skip to content

Commit edbbb94

Browse files
fix(deps): update armeria packages to v1.30.1 (release/v1.33.x) (patch) (#12201)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6045359 commit edbbb94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

smoke-tests/images/fake-backend/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
dependencies {
15-
implementation("com.linecorp.armeria:armeria-grpc:1.30.0")
15+
implementation("com.linecorp.armeria:armeria-grpc:1.30.1")
1616
implementation("io.opentelemetry.proto:opentelemetry-proto")
1717
runtimeOnly("org.slf4j:slf4j-simple")
1818
}

testing/armeria-shaded-for-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
dependencies {
8-
implementation("com.linecorp.armeria:armeria-junit5:1.30.0")
8+
implementation("com.linecorp.armeria:armeria-junit5:1.30.1")
99
}
1010

1111
tasks {

0 commit comments

Comments
 (0)