Skip to content

Commit

Permalink
Merge pull request #264 from slovdahl/update-guice-to-jdk-17-compatib…
Browse files Browse the repository at this point in the history
…ility

Update guice and mockito for JDK 17 build-time compatibility
  • Loading branch information
jfarcand authored Feb 2, 2024
2 parents 8f47cf6 + f0d7daf commit 1ae93e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions hazelcast/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.4</version>
<artifactId>mockito-core</artifactId>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jgroups/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@
<shade-version>1.2.1</shade-version>
<felix-version>2.4.0</felix-version>
<jms-version>1.1-rev-1</jms-version>
<guice-version>3.0</guice-version>
<guice-version>5.1.0</guice-version>
<spring-version>6.1.3</spring-version>
<wicket.version>1.4.12</wicket.version>
<ahc.version>1.8.3</ahc.version>
Expand Down
2 changes: 1 addition & 1 deletion rmi/modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>1.9.0</version>
<version>4.11.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1ae93e2

Please sign in to comment.