Skip to content

Commit

Permalink
security: update log4j libraries to 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Dec 15, 2021
1 parent 82045ea commit 949a7bd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions proxl_web_app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ dependencies {

// Logging Log4j Version 2

compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-web', version: '2.15.0' // Needed for Web app
compile group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.16.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.16.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-web', version: '2.16.0' // Needed for Web app

// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.15.0'
compile group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.16.0'

// Jakarta Commons Logging to SLF4J
compile group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.25'
Expand Down

0 comments on commit 949a7bd

Please sign in to comment.