Skip to content

Commit 8ab2f64

Browse files
fix(deps): update armeria packages to v1.29.4 (release/v1.33.x) (patch) (#11924)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 323a8a8 commit 8ab2f64

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.29.3")
15+
implementation("com.linecorp.armeria:armeria-grpc:1.29.4")
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.29.3")
8+
implementation("com.linecorp.armeria:armeria-junit5:1.29.4")
99
}
1010

1111
tasks {

0 commit comments

Comments
 (0)