aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig
diff options
context:
space:
mode:
authorThomas <>2022-10-13 07:35:31 +0200
committerThomas <>2022-10-13 07:35:31 +0200
commit64716b4da8a0549ca7c0678fc5509d8d38069140 (patch)
tree8aa9785936240df1eb917cbffc239bd7c96f2332 /moaSig/moa-sig
parentd0017b73e8dcd2e9b41fe2ee0e89b5bd36fb0353 (diff)
downloadmoa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.tar.gz
moa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.tar.bz2
moa-sig-64716b4da8a0549ca7c0678fc5509d8d38069140.zip
chore(core): update third-party libs
Diffstat (limited to 'moaSig/moa-sig')
-rw-r--r--moaSig/moa-sig/build.gradle5
1 files changed, 3 insertions, 2 deletions
diff --git a/moaSig/moa-sig/build.gradle b/moaSig/moa-sig/build.gradle
index 57200d1..d34d58a 100644
--- a/moaSig/moa-sig/build.gradle
+++ b/moaSig/moa-sig/build.gradle
@@ -12,13 +12,14 @@ dependencies {
compileOnly 'javax.servlet:servlet-api:2.4'
implementation 'commons-discovery:commons-discovery:0.5'
- implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0'
- implementation 'org.apache.logging.log4j:log4j-1.2-api:2.15.0'
+ implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.19.0'
+ implementation 'org.apache.logging.log4j:log4j-1.2-api:2.19.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'
testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.7.1'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.7.1'
+ testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
}