This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 7b0683fd301ddaa6185ee0a6bd50600718de7ed3 Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Apr 6 08:44:58 2021 +0200 Upgrading Nimnus JOSE JWT, Zookeeper and docker-maven-plugin --- .../keymaster/client/zookeeper/ZookeeperConfParamOpsITCase.java | 2 -- .../common/keymaster/client/zookeeper/ZookeeperDomainOpsITCase.java | 5 ++--- .../keymaster/client/zookeeper/ZookeeperServiceOpsITCase.java | 2 -- pom.xml | 6 +++--- 4 files changed, 5 insertions(+), 10 deletions(-) diff --git a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperConfParamOpsITCase.java b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperConfParamOpsITCase.java index 521e81a..97b6deb 100644 --- a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperConfParamOpsITCase.java +++ b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperConfParamOpsITCase.java @@ -18,8 +18,6 @@ */ package org.apache.syncope.common.keymaster.client.zookeeper; -import org.apache.syncope.common.keymaster.client.zookeeper.ZookeeperKeymasterClientContext; - import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; diff --git a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperDomainOpsITCase.java b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperDomainOpsITCase.java index ce488a1..624ae1a 100644 --- a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperDomainOpsITCase.java +++ b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperDomainOpsITCase.java @@ -18,8 +18,6 @@ */ package org.apache.syncope.common.keymaster.client.zookeeper; -import org.apache.syncope.common.keymaster.client.zookeeper.ZookeeperKeymasterClientContext; - import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; @@ -97,6 +95,7 @@ public class ZookeeperDomainOpsITCase { @Test public void createMaster() { - assertThrows(KeymasterException.class, () -> domainOps.create(new Domain.Builder(SyncopeConstants.MASTER_DOMAIN).build())); + assertThrows(KeymasterException.class, () -> domainOps.create( + new Domain.Builder(SyncopeConstants.MASTER_DOMAIN).build())); } } diff --git a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperServiceOpsITCase.java b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperServiceOpsITCase.java index 48bac0b..7b63d4f 100644 --- a/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperServiceOpsITCase.java +++ b/common/keymaster/client-zookeeper/src/test/java/org/apache/syncope/common/keymaster/client/zookeeper/ZookeeperServiceOpsITCase.java @@ -18,8 +18,6 @@ */ package org.apache.syncope.common.keymaster.client.zookeeper; -import org.apache.syncope.common.keymaster.client.zookeeper.ZookeeperKeymasterClientContext; - import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNotNull; diff --git a/pom.xml b/pom.xml index 0f9e788..145a7c2 100644 --- a/pom.xml +++ b/pom.xml @@ -406,7 +406,7 @@ under the License. <cxf.version>3.4.3</cxf.version> <bouncycastle.version>1.68</bouncycastle.version> - <nimbus-jose-jwt.version>9.7</nimbus-jose-jwt.version> + <nimbus-jose-jwt.version>9.8</nimbus-jose-jwt.version> <jackson.version>2.12.2</jackson.version> @@ -486,7 +486,7 @@ under the License. <antlr4.version>4.9.2</antlr4.version> <curator.version>5.1.0</curator.version> - <zookeeper.version>3.6.2</zookeeper.version> + <zookeeper.version>3.7.0</zookeeper.version> <testds.port>1389</testds.port> <testdb.webport>9082</testdb.webport> @@ -2442,7 +2442,7 @@ under the License. <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> - <version>0.34.1</version> + <version>0.35.0</version> </plugin> <plugin>
