Skip to content

Commit

Permalink
fix(deps): update armeria packages to v1.30.0 (main) (minor) (#12001)
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] committed Aug 13, 2024
1 parent e2cfe37 commit 2af49b4
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.29.4")
implementation("com.linecorp.armeria:armeria-grpc:1.30.0")
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.29.4")
implementation("com.linecorp.armeria:armeria-junit5:1.30.0")
}

tasks {
Expand Down

0 comments on commit 2af49b4

Please sign in to comment.