Skip to content

Commit 61e6e77

Browse files
Bump log4j-core from 2.17.1 to 2.17.2 (#548)
* Bump log4j-core from 2.17.1 to 2.17.2 Bumps log4j-core from 2.17.1 to 2.17.2. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Introducing log4j bom Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Peter <[email protected]>
1 parent a10a543 commit 61e6e77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,10 @@ dependencies {
8585
testImplementation "org.testcontainers:couchbase:$testcontainersVersion"
8686

8787
// logging
88-
implementation 'org.apache.logging.log4j:log4j-api:2.17.1' // log4j
89-
implementation 'org.apache.logging.log4j:log4j-core:2.17.1' // log4j
90-
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1' // log4j -> slf4j
88+
implementation platform('org.apache.logging.log4j:log4j-bom:2.17.2')
89+
implementation 'org.apache.logging.log4j:log4j-api' // log4j
90+
implementation 'org.apache.logging.log4j:log4j-core' // log4j
91+
implementation 'org.apache.logging.log4j:log4j-slf4j-impl' // log4j -> slf4j
9192

9293
// Databases
9394
implementation 'org.influxdb:influxdb-java:2.22'

0 commit comments

Comments
 (0)