Skip to content

Commit

Permalink
fix(deps): update armeria packages to v1.28.0 (main) (minor) (#11112)
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 Apr 12, 2024
1 parent 7ff3b23 commit 0f1090d
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 0f1090d

Please sign in to comment.