Skip to content

Commit 73269ab

Browse files
Bump org.apache.logging.log4j:log4j-bom from 2.21.1 to 2.22.0 in /java (aws-observability#1005)
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.21.1 to 2.22.0. - [Release notes](https://github.com/apache/logging-log4j2/releases) - [Commits](apache/logging-log4j2@rel/2.21.1...rel/2.22.0) --- 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 afdfee7 commit 73269ab

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.32.0-alpha",
13-
"org.apache.logging.log4j:log4j-bom:2.21.1",
13+
"org.apache.logging.log4j:log4j-bom:2.22.0",
1414
"software.amazon.awssdk:bom:2.21.37"
1515
)
1616

0 commit comments

Comments
 (0)