Skip to content

Commit

Permalink
Merge pull request #4603 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.1

Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1
  • Loading branch information
cwisniew authored Jan 2, 2024
2 parents a2078dc + 6208547 commit 6ddbebd
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: '233.13135.104'

implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.22.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.22.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.10'
Expand Down

0 comments on commit 6ddbebd

Please sign in to comment.