Skip to content

Commit d6694d2

Browse files
build(deps): bump the java-other group across 1 directory with 2 updates (#1990)
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.3 to 2.25.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.3...rel/2.25.2) Updates `software.amazon.awssdk:bom` from 2.35.5 to 2.35.7 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-version: 2.25.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java-other - dependency-name: software.amazon.awssdk:bom dependency-version: 2.35.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: java-other ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b68e50 commit d6694d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ data class DependencySet(val group: String, val version: String, val modules: Li
1010

1111
val DEPENDENCY_BOMS = listOf(
1212
"io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.20.1-alpha",
13-
"org.apache.logging.log4j:log4j-bom:2.24.3",
14-
"software.amazon.awssdk:bom:2.35.5"
13+
"org.apache.logging.log4j:log4j-bom:2.25.2",
14+
"software.amazon.awssdk:bom:2.35.7"
1515
)
1616

1717
val DEPENDENCIES = listOf(

0 commit comments

Comments
 (0)