Skip to content

Commit 9b76bf8

Browse files
bump dependencies for JDK 19 support
1 parent 8613fb0 commit 9b76bf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@
5959
<dependency>
6060
<groupId>org.junit.jupiter</groupId>
6161
<artifactId>junit-jupiter</artifactId>
62-
<version>5.8.2</version>
62+
<version>5.9.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.mockito</groupId>
6767
<artifactId>mockito-core</artifactId>
68-
<version>4.3.1</version>
68+
<version>4.8.0</version>
6969
<scope>test</scope>
7070
</dependency>
7171
</dependencies>

0 commit comments

Comments
 (0)