Skip to content

Commit

Permalink
build(deps): bump the java-other group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the java-other group with 2 updates in the /java directory: [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.24.1 to 2.24.2
- [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.24.1...rel/2.24.2)

Updates `software.amazon.awssdk:bom` from 2.29.10 to 2.29.20

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 074cbf3 commit 275f31e
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.9.0-alpha",
"org.apache.logging.log4j:log4j-bom:2.24.1",
"software.amazon.awssdk:bom:2.29.10"
"org.apache.logging.log4j:log4j-bom:2.24.2",
"software.amazon.awssdk:bom:2.29.20"
)

val DEPENDENCIES = listOf(
Expand Down

0 comments on commit 275f31e

Please sign in to comment.