aboutsummaryrefslogtreecommitdiff
path: root/moaSig/moa-sig/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'moaSig/moa-sig/build.gradle')
-rw-r--r--moaSig/moa-sig/build.gradle7
1 files changed, 3 insertions, 4 deletions
diff --git a/moaSig/moa-sig/build.gradle b/moaSig/moa-sig/build.gradle
index d3985bc..c3b85cf 100644
--- a/moaSig/moa-sig/build.gradle
+++ b/moaSig/moa-sig/build.gradle
@@ -19,11 +19,10 @@ dependencies {
compileOnly 'javax.servlet:javax.servlet-api:3.1.0'
implementation 'commons-discovery:commons-discovery:0.5'
- implementation 'org.apache.logging.log4j:log4j-1.2-api:2.16.0'
- implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.16.0'
+ implementation 'org.apache.logging.log4j:log4j-1.2-api:2.17.0'
+ implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: '2.17.0'
implementation group: 'javax.jws', name: 'javax.jws-api', version: '1.1'
- implementation group: 'ch.qos.logback', name: 'logback-core', version: '1.2.7'
- implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.7'
+ implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.9'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-migrationsupport', version: '5.8.2'
testImplementation group: 'org.junit.platform', name: 'junit-platform-engine', version: '1.8.2'