Skip to content

Commit 1108a3d

Browse files
committed
Declare Maven Profile to build with Java 17, upgrading to Mockito 5.4.0.
1 parent 128f923 commit 1108a3d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,16 @@
299299
<mockito.version>5.2.0</mockito.version>
300300
</properties>
301301
</profile>
302+
<profile>
303+
<id>java17</id>
304+
<activation>
305+
<jdk>[17,)</jdk>
306+
</activation>
307+
<properties>
308+
<java.version>17</java.version>
309+
<mockito.version>5.4.0</mockito.version>
310+
</properties>
311+
</profile>
302312
</profiles>
303313

304314
</project>

0 commit comments

Comments
 (0)