Skip to content

Commit

Permalink
Bump the other group in /java with 1 update
Browse files Browse the repository at this point in the history
Bumps the other group in /java with 1 update: [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2).


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)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent b4093b4 commit 580f99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/dependencyManagement/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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",
"org.apache.logging.log4j:log4j-bom:2.23.1",
"software.amazon.awssdk:bom:2.25.4"
)

Expand Down

0 comments on commit 580f99b

Please sign in to comment.