Skip to content

Commit

Permalink
fix(deps): update armeria packages to v1.28.0 (release/v1.33.x) (mino…
Browse files Browse the repository at this point in the history
…r) (#11113)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Apr 12, 2024
1 parent 1e236b1 commit 76b04cd
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 @@ -12,7 +12,7 @@ plugins {
}

dependencies {
implementation("com.linecorp.armeria:armeria-grpc:1.27.3")
implementation("com.linecorp.armeria:armeria-grpc:1.28.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 @@ -5,7 +5,7 @@ plugins {
}

dependencies {
implementation("com.linecorp.armeria:armeria-junit5:1.27.3")
implementation("com.linecorp.armeria:armeria-junit5:1.28.0")
}

tasks {
Expand Down

0 comments on commit 76b04cd

Please sign in to comment.