Skip to content

Commit

Permalink
fix(deps): update armeria packages to v1.30.1 (main) (patch) (#12200)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 11, 2024
1 parent fa85ea8 commit 5b6848b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion smoke-tests/images/fake-backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

dependencies {
implementation("com.linecorp.armeria:armeria-grpc:1.30.0")
implementation("com.linecorp.armeria:armeria-grpc:1.30.1")
implementation("io.opentelemetry.proto:opentelemetry-proto")
runtimeOnly("org.slf4j:slf4j-simple")
}
Expand Down
2 changes: 1 addition & 1 deletion testing/armeria-shaded-for-testing/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation("com.linecorp.armeria:armeria-junit5:1.30.0")
implementation("com.linecorp.armeria:armeria-junit5:1.30.1")
}

tasks {
Expand Down

0 comments on commit 5b6848b

Please sign in to comment.