Skip to content

Commit 091269e

Browse files
Merge pull request #1370 from ie3-institute/dependabot/gradle/dev/org.apache.logging.log4j-log4j-bom-2.25.1
Bump org.apache.logging.log4j:log4j-bom from 2.25.0 to 2.25.1
2 parents 2909188 + 4c9b597 commit 091269e

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
@@ -91,7 +91,7 @@ dependencies {
9191
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
9292

9393
// logging
94-
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.0')
94+
implementation platform('org.apache.logging.log4j:log4j-bom:2.25.1')
9595
implementation 'org.apache.logging.log4j:log4j-api' // log4j
9696
implementation 'org.apache.logging.log4j:log4j-core' // log4j
9797
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j

0 commit comments

Comments
 (0)