Skip to content

Commit

Permalink
Update toolchain for Java 21 compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
games647 committed Oct 11, 2023
1 parent ea6d4cf commit ecacd2a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.28</version>
<version>1.18.30</version>
<scope>provided</scope>
</dependency>

Expand All @@ -201,8 +201,8 @@
<!-- Require inline to support static mocks -->
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
<version>5.2.0</version>
<artifactId>mockito-core</artifactId>
<version>5.6.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit ecacd2a

Please sign in to comment.