aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig
diff options
context:
space:
mode:
authorThomas <>2021-12-12 16:39:39 +0100
committerThomas <>2021-12-12 16:39:39 +0100
commitc8ae5bfc35556ba7f12e44881792017a69568b28 (patch)
tree765673648ce202ed521eafe424d94b123f65948b /moaSig/moa-sig
parent0ccda87ef4e0c18a91b4b1f8606cf4f7d1f781eb (diff)
downloadmoa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.tar.gz
moa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.tar.bz2
moa-sig-c8ae5bfc35556ba7f12e44881792017a69568b28.zip
some GitLab CI and third-party lib. updates
Diffstat (limited to 'moaSig/moa-sig')
-rw-r--r--moaSig/moa-sig/build.gradle3
1 files changed, 2 insertions, 1 deletions
diff --git a/moaSig/moa-sig/build.gradle b/moaSig/moa-sig/build.gradle
index ed56524..57200d1 100644
--- a/moaSig/moa-sig/build.gradle
+++ b/moaSig/moa-sig/build.gradle
@@ -12,7 +12,8 @@ dependencies {
compileOnly 'javax.servlet:servlet-api:2.4'
implementation 'commons-discovery:commons-discovery:0.5'
- implementation 'org.slf4j:slf4j-log4j12:1.7.30'
+ implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
+ implementation 'org.apache.logging.log4j:log4j-1.2-api:2.15.0'
implementation group: 'javax.jws', name: 'javax.jws-api', version: '1.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.7.1'