Skip to content

Commit 287b097

Browse files
fix(deps): update armeria packages to v1.32.1 (patch) (#13515)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0477d38 commit 287b097

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
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
dependencies {
14-
implementation("com.linecorp.armeria:armeria-grpc:1.32.0")
14+
implementation("com.linecorp.armeria:armeria-grpc:1.32.1")
1515
implementation("io.opentelemetry.proto:opentelemetry-proto")
1616
runtimeOnly("org.slf4j:slf4j-simple")
1717
}

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
dependencies {
7-
implementation("com.linecorp.armeria:armeria-junit5:1.32.0")
7+
implementation("com.linecorp.armeria:armeria-junit5:1.32.1")
88
}
99

1010
tasks {

0 commit comments

Comments
 (0)