Skip to content

Commit 94dd7e0

Browse files
Gabriel Barbierjmini
authored andcommitted
Update Mockito and JUnit
1 parent e642490 commit 94dd7e0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
<servlet.version>6.0.0</servlet.version>
5656
<activation.version>2.1.1</activation.version>
5757

58-
<junit.version>5.8.2</junit.version>
58+
<junit.version>5.9.2</junit.version>
5959
<testcontainers.version>1.15.3</testcontainers.version>
60-
<mockito.version>4.4.0</mockito.version>
60+
<mockito.version>5.2.0</mockito.version>
6161
<hamcrest.version>1.3</hamcrest.version>
6262
<systemRules.version>1.19.0</systemRules.version>
6363

@@ -429,7 +429,7 @@
429429
<dependency>
430430
<groupId>uk.org.webcompere</groupId>
431431
<artifactId>system-stubs-jupiter</artifactId>
432-
<version>1.2.0</version>
432+
<version>2.0.2</version>
433433
<scope>test</scope>
434434
</dependency>
435435
</dependencies>

0 commit comments

Comments
 (0)