Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump com.linecorp.armeria:armeria-bom from 1.25.2 to 1.26.2 #593

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump com.linecorp.armeria:armeria-bom from 1.25.2 to 1.26.2
Bumps [com.linecorp.armeria:armeria-bom](https://github.com/line/armeria) from 1.25.2 to 1.26.2.
- [Release notes](https://github.com/line/armeria/releases)
- [Changelog](https://github.com/line/armeria/blob/main/.post-release-msg)
- [Commits](line/armeria@armeria-1.25.2...armeria-1.26.2)

---
updated-dependencies:
- dependency-name: com.linecorp.armeria:armeria-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 14, 2023
commit fa2d48fadc9e49754694cf9574d60866b33ab1da
2 changes: 1 addition & 1 deletion dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ val DEPENDENCY_BOMS = listOf(
"com.fasterxml.jackson:jackson-bom:2.15.3",
"com.google.guava:guava-bom:32.1.3-jre",
"com.google.protobuf:protobuf-bom:3.24.4",
"com.linecorp.armeria:armeria-bom:1.25.2",
"com.linecorp.armeria:armeria-bom:1.26.2",
"io.grpc:grpc-bom:1.59.0",
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:$otelAlphaVersion",
"org.apache.logging.log4j:log4j-bom:2.21.1",
Expand Down