Skip to content

Commit 23b6953

Browse files
fix(deps): update armeria packages to v1.34.0 (#15484)
1 parent 0967118 commit 23b6953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
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.33.4")
15+
implementation("com.linecorp.armeria:armeria-grpc:1.34.0")
1616
implementation("io.opentelemetry.proto:opentelemetry-proto")
1717
runtimeOnly("org.slf4j:slf4j-simple")
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
val denyUnsafe = gradle.startParameter.projectProperties["denyUnsafe"] == "true"
77

88
dependencies {
9-
implementation("com.linecorp.armeria:armeria-junit5:1.33.4")
9+
implementation("com.linecorp.armeria:armeria-junit5:1.34.0")
1010
implementation("com.google.errorprone:error_prone_annotations")
1111
implementation("io.opentelemetry.proto:opentelemetry-proto")
1212
implementation("com.google.protobuf:protobuf-java-util:4.33.1")

0 commit comments

Comments
 (0)