Skip to content

Commit

Permalink
Update log4j.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjos2372 committed Dec 11, 2021
1 parent c5a5bdb commit 98093aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ dependencies {
implementation "org.jooq:jooq"
implementation "org.jooq:jooq-meta"
implementation "org.jooq:jooq-codegen"
implementation "org.apache.logging.log4j:log4j-api:2.11.2"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.11.2"
implementation "org.apache.logging.log4j:log4j-api:2.15.0"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.15.0"
implementation "org.slf4j:slf4j-api:1.7.26"
implementation 'com.zaxxer:HikariCP:3.3.1'
implementation 'com.google.code.gson:gson:2.8.5'
Expand Down

0 comments on commit 98093aa

Please sign in to comment.