Skip to content

Commit

Permalink
fix(deps): update log4j2 monorepo to v2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and edalex-ian committed Apr 30, 2024
1 parent 722173d commit c4e01d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions import-export-tool/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ 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: '2.0.13'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.20.0'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.23.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.23.1'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.16.1'
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 c4e01d5

Please sign in to comment.