Skip to content

Commit e0973fa

Browse files
fix(deps): update armeria packages to v1.33.1 (patch) (#14430)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a6ae90 commit e0973fa

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

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

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

Lines changed: 1 addition & 1 deletion
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.33.0")
7+
implementation("com.linecorp.armeria:armeria-junit5:1.33.1")
88
implementation("com.google.errorprone:error_prone_annotations")
99
}
1010

0 commit comments

Comments
 (0)