Skip to content

Commit

Permalink
Merge pull request #1373 from lat-lon/upgradeMockito
Browse files Browse the repository at this point in the history
Bump Mockito from 2.28.2 to 3.12.4
  • Loading branch information
copierrj authored Sep 7, 2022
2 parents 3478399 + ec5de14 commit 8173a06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@
<!-- Travis build workaround -->
<argLine>-Djava.awt.headless=true -Xms1024m -Xmx2048m --illegal-access=permit
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.base/java.net=ALL-UNNAMED
--add-opens java.base/java.util=ALL-UNNAMED
--add-opens jdk.management/com.sun.management.internal=ALL-UNNAMED</argLine>
<forkCount>1</forkCount>
<reuseForks>true</reuseForks>
Expand Down Expand Up @@ -446,7 +448,7 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>2.28.2</version>
<version>3.12.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 8173a06

Please sign in to comment.