Skip to content

Commit

Permalink
Bump org.apache.logging.log4j:log4j-bom from 2.21.0 to 2.21.1
Browse files Browse the repository at this point in the history
Bumps [org.apache.logging.log4j:log4j-bom](https://github.com/apache/logging-log4j2) from 2.21.0 to 2.21.1.
- [Release notes](https://github.com/apache/logging-log4j2/releases)
- [Commits](apache/logging-log4j2@rel/2.21.0...rel/2.21.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and marcphilipp committed Oct 31, 2023
1 parent a3a0bc9 commit f98f5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ dependencies {
because("ComparableVersion is used to reason about tested TestNG version")
}

testRuntimeOnly(platform("org.apache.logging.log4j:log4j-bom:2.21.0"))
testRuntimeOnly(platform("org.apache.logging.log4j:log4j-bom:2.21.1"))
testRuntimeOnly("org.apache.logging.log4j:log4j-core")
testRuntimeOnly("org.apache.logging.log4j:log4j-jul")

Expand Down

0 comments on commit f98f5b0

Please sign in to comment.