Skip to content

Commit

Permalink
Merge pull request #4446 from RPTools/dependabot/gradle/develop/org.a…
Browse files Browse the repository at this point in the history
…pache.logging.log4j-log4j-core-2.22.0

Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.22.0
  • Loading branch information
cwisniew authored Nov 22, 2023
2 parents b6a6ffc + be11439 commit f7149bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ repositories {
dependencies {
forms group: 'com.jetbrains.intellij.java', name: 'java-compiler-ant-tasks', version: '223.7571.182'

implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-1.2-api', version: '2.20.0' // Bridges v1 to v2 for other code in other libs
implementation group: 'org.slf4j', name: 'slf4j-simple', version: '2.0.7'
Expand Down

0 comments on commit f7149bb

Please sign in to comment.