Skip to content

Commit

Permalink
fix(deps): update armeria packages to v1.28.3 (main) (patch) (#11228)
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 26, 2024
1 parent b71066f commit d1fff1d
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.28.2")
implementation("com.linecorp.armeria:armeria-grpc:1.28.3")
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.28.2")
implementation("com.linecorp.armeria:armeria-junit5:1.28.3")
}

tasks {
Expand Down

0 comments on commit d1fff1d

Please sign in to comment.