Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j to v2.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Sep 21, 2022
1 parent ab26444 commit 7d425e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ allprojects {
implementation group: 'javax.xml', name: 'jaxrpc-api', version: '1.1'
implementation group: 'javax.xml.soap', name: 'javax.xml.soap-api', version: '1.4.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.18.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.19.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.18.0'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-discovery', name: 'commons-discovery', version: '0.5'
Expand Down

0 comments on commit 7d425e1

Please sign in to comment.