Skip to content

Commit

Permalink
Build with Java 21 too
Browse files Browse the repository at this point in the history
  • Loading branch information
aaime committed Dec 28, 2023
1 parent 3250230 commit f612be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geowebcache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<lint>deprecation,unchecked</lint>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<jclouds.version>2.3.0</jclouds.version>
<mockito.version>3.12.4</mockito.version>
<mockito.version>5.6.0</mockito.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down Expand Up @@ -290,7 +290,7 @@
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
<version>5.0.1</version>
<version>5.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f612be4

Please sign in to comment.