Skip to content

Commit cd4587e

Browse files
authored
Merge pull request #472 from ie3-institute/dependabot/gradle/dev/org.apache.logging.log4j-log4j-core-2.17.0
Bump log4j-core from 2.14.1 to 2.17.0
2 parents 96a4376 + 76a0cc4 commit cd4587e

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
@@ -75,7 +75,7 @@ dependencies {
7575

7676
// logging
7777
implementation 'org.apache.logging.log4j:log4j-api:2.14.1' // log4j
78-
implementation 'org.apache.logging.log4j:log4j-core:2.14.1' // log4j
78+
implementation 'org.apache.logging.log4j:log4j-core:2.17.0' // log4j
7979
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.16.0' // log4j -> slf4j
8080

8181
// Databases

0 commit comments

Comments
 (0)