Skip to content

Commit

Permalink
Upgrade log4j
Browse files Browse the repository at this point in the history
Log4j was accidentally rolled back by 798bfa6, as pointed out in AcademySoftwareFoundation#1604
  • Loading branch information
DiegoTavares committed Jan 6, 2025
1 parent 9c72a3e commit c81866e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cuebot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ dependencies {
implementation group: 'org.quartz-scheduler', name: 'quartz', version: '2.2.1', { exclude group: 'c3p0', module: 'c3p0' }
implementation group: 'org.postgresql', name: 'postgresql', version: '42.2.2'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: "${protobufVersion}"
implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
implementation group: 'log4j', name: 'log4j', version: '1.2.17'
implementation group: 'io.sentry', name: 'sentry-log4j2', version: '7.11.0'
implementation group: 'io.prometheus', name: 'simpleclient', version: '0.16.0'
Expand Down

0 comments on commit c81866e

Please sign in to comment.