diff --git a/Dockerfile b/Dockerfile index 15c6d607..3fadf1ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM openjdk:8-jre-alpine WORKDIR /home ENV componentName "AuthenticationAuthorizationManager" -ENV componentVersion 5.0.11 +ENV componentVersion 5.0.12 ENV symbIoTeSecurityVersion 27.5.0 COPY ./docker/configure.sh configure.sh diff --git a/build.gradle b/build.gradle index 236adffe..21a0156c 100644 --- a/build.gradle +++ b/build.gradle @@ -69,6 +69,7 @@ Forces dependencies' cache invalidation for each build for dependencies marked w configurations.all { // check for updates every build resolutionStrategy.cacheChangingModulesFor 0, 'seconds' + exclude group: 'org.slf4j', module : "slf4j-log4j12" } dependencies { @@ -89,7 +90,7 @@ dependencies { //compile project(':SymbIoTeSecurity') compile('com.github.symbiote-h2020:SymbIoTeSecurity:[27.5, 27.999]') {changing = true } - compile('com.github.symbiote-h2020:SymbIoTeLibraries:[5.37, 5.999]'){ changing = true } + compile('com.github.symbiote-h2020:SymbIoTeLibraries:[5.38, 5.999]'){ changing = true } //compile project(':SymbIoTeLibraries') // Spring