From f0d7daffbcd7ff52ab0446815484428fde4491de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20L=C3=B6vdahl?= Date: Fri, 26 Jan 2024 12:15:55 +0200 Subject: [PATCH] Update guice and mockito for JDK 17 build-time compatibility - guice 3.0 -> 5.1 - mockito 1.x -> 4.11.0 --- hazelcast/modules/pom.xml | 4 ++-- jgroups/modules/pom.xml | 2 +- pom.xml | 2 +- rmi/modules/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hazelcast/modules/pom.xml b/hazelcast/modules/pom.xml index 24c02862..68bdf359 100644 --- a/hazelcast/modules/pom.xml +++ b/hazelcast/modules/pom.xml @@ -50,8 +50,8 @@ org.mockito - mockito-all - 1.8.4 + mockito-core + 4.11.0 test diff --git a/jgroups/modules/pom.xml b/jgroups/modules/pom.xml index 22678310..bff82953 100644 --- a/jgroups/modules/pom.xml +++ b/jgroups/modules/pom.xml @@ -70,7 +70,7 @@ org.mockito mockito-core - 1.9.0 + 4.11.0 test diff --git a/pom.xml b/pom.xml index cbdce7a9..9d3d642e 100755 --- a/pom.xml +++ b/pom.xml @@ -509,7 +509,7 @@ 1.2.1 2.4.0 1.1-rev-1 - 3.0 + 5.1.0 6.1.3 1.4.12 1.8.3 diff --git a/rmi/modules/pom.xml b/rmi/modules/pom.xml index 4c810e3d..b41692c9 100644 --- a/rmi/modules/pom.xml +++ b/rmi/modules/pom.xml @@ -61,7 +61,7 @@ org.mockito mockito-core - 1.9.0 + 4.11.0 test