Skip to content

Commit

Permalink
Bump the other group in /java with 2 updates (#1206)
Browse files Browse the repository at this point in the history
Bumps the other group in /java with 2 updates: [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) and software.amazon.awssdk:bom.


Updates `org.apache.logging.log4j:log4j-bom` from 2.23.0 to 2.23.1
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Changelog](https://github.com/apache/logging-log4j2/blob/2.x/RELEASE-NOTES.adoc)
- [Commits](apache/logging-log4j2@rel/2.23.0...rel/2.23.1)

Updates `software.amazon.awssdk:bom` from 2.25.6 to 2.25.9

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
- dependency-name: software.amazon.awssdk:bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: other
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2024
1 parent 27e6f41 commit 66f6db5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions java/dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ data class DependencySet(val group: String, val version: String, val modules: Li

val DEPENDENCY_BOMS = listOf(
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.1.0-alpha",
"org.apache.logging.log4j:log4j-bom:2.23.0",
"software.amazon.awssdk:bom:2.25.6"
"org.apache.logging.log4j:log4j-bom:2.23.1",
"software.amazon.awssdk:bom:2.25.9"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 66f6db5

Please sign in to comment.