Skip to content

Commit

Permalink
chore: update Log4J to v2.17.1 in 'import-export-tool'
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Jan 28, 2022
1 parent 35a2ae8 commit a528b55
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 @@ -33,8 +33,9 @@ allprojects {
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
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: 'log4j', name: 'log4j', version: '1.2.17'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.35'
implementation group: 'org.apache.logging.log4j', name: 'log4j', version: '2.17.1'
implementation group: 'org.apache.logging.log4j', name: 'log4j-slf4j-impl', version: '2.17.1'
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 All @@ -44,7 +45,6 @@ allprojects {
implementation group: 'org.slf4j', name: 'jcl-over-slf4j', version: '1.7.35'
implementation fileTree(dir: '../Platform/Plugins/com.tle.platform.common/target/scala-2.12', include: ['*.jar'])
implementation fileTree(dir: '../Source/Plugins/Platform/com.tle.platform.swing/target/scala-2.12', include: ['*.jar'])
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.35'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
}
}
Expand Down

0 comments on commit a528b55

Please sign in to comment.