Skip to content

Commit ea9ec5d

Browse files
Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 2.21.1 in /java (aws-observability#979)
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.20.0 to 2.21.1. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Commits](apache/logging-log4j2@rel/2.20.0...rel/2.21.1) --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50f213d commit ea9ec5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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:1.31.0-alpha",
13-
"org.apache.logging.log4j:log4j-bom:2.20.0",
13+
"org.apache.logging.log4j:log4j-bom:2.21.1",
1414
"software.amazon.awssdk:bom:2.21.0"
1515
)
1616

0 commit comments

Comments
 (0)