Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.logging.log4j:log4j-slf4j-imp…
Browse files Browse the repository at this point in the history
…l to v2.19.0
  • Loading branch information
renovate[bot] authored and edalex-ian committed Sep 23, 2022
1 parent 1d750c9 commit a4d1ec6
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 @@ -35,7 +35,7 @@ allprojects {
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.19.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.18.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.19.0'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'
implementation group: 'commons-discovery', name: 'commons-discovery', version: '0.5'
implementation group: 'org.apache.axis', name: 'axis', version: '1.4'
Expand Down

0 comments on commit a4d1ec6

Please sign in to comment.