Skip to content

Commit

Permalink
Merge pull request #115 from upserve/logging_HQ-9404
Browse files Browse the repository at this point in the history
upgrade log4j
  • Loading branch information
ls-nicholas-nassar authored Apr 15, 2022
2 parents 1ef7f9d + 0820faa commit 0c8abb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
compile 'org.slf4j:slf4j-api:1.7.22'

testCompile 'junit:junit:4.12'
testCompile 'org.apache.logging.log4j:log4j-api:2.8'
testCompile 'org.apache.logging.log4j:log4j-api:2.17.1'
testCompile 'org.mockito:mockito-core:2.18.3'
}

Expand Down Expand Up @@ -95,8 +95,8 @@ processResources {
// TODO include the cross compiled nativeIO libs as a resource. Unpack and load from jar!
task fatJar(type: Jar) {
dependencies {
compile 'org.apache.logging.log4j:log4j-core:2.8'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.8'
compile 'org.apache.logging.log4j:log4j-core:2.17.1'
compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.1'
}
manifest {
attributes 'Main-Class': 'com.upserve.uppend.Uppend'
Expand Down

0 comments on commit 0c8abb1

Please sign in to comment.