Skip to content

Commit 3b92303

Browse files
Merge pull request #1444 from ie3-institute/dependabot/gradle/dev/org.apache.logging.log4j-log4j-bom-2.25.2
Bump org.apache.logging.log4j:log4j-bom from 2.25.1 to 2.25.2
2 parents aa5c2ea + 592ffb7 commit 3b92303

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ dependencies {
9292
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
9393

9494
// logging
95-
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
95+
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.2')
9696
implementation 'org.apache.logging.log4j:log4j-api' // log4j
9797
implementation 'org.apache.logging.log4j:log4j-core' // log4j
9898
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j

0 commit comments

Comments
 (0)