Skip to content

Commit

Permalink
update Log4j version (CVE-2021-45105)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Dec 18, 2021
1 parent e2c1cc5 commit 8c3b41d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@ dependencies {
compile "com.zaxxer:HikariCP:3.4.2"

/* https://www.lunasec.io/docs/blog/log4j-zero-day/ */
implementation "org.apache.logging.log4j:log4j-api:2.16.0"
implementation "org.apache.logging.log4j:log4j-core:2.16.0"
implementation "org.apache.logging.log4j:log4j-jul:2.16.0"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.16.0"
implementation "org.apache.logging.log4j:log4j-api:2.17.0"
implementation "org.apache.logging.log4j:log4j-core:2.17.0"
implementation "org.apache.logging.log4j:log4j-jul:2.17.0"
implementation "org.apache.logging.log4j:log4j-slf4j-impl:2.17.0"
/**/

compile "com.stripe:stripe-java:15.4.0"
Expand Down

0 comments on commit 8c3b41d

Please sign in to comment.