Skip to content

Commit 126a40a

Browse files
committed
Set JUnit version to 5.11.4 as otherwise no tests are found
Set JUnit version to 5.11.4 as otherwise no tests are found #413
1 parent 28a3cca commit 126a40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<projectreactor.version>3.7.3</projectreactor.version>
5959

6060
<jacoco-maven-plugin.version>0.8.12</jacoco-maven-plugin.version>
61-
<junit.jupiter.version>5.12.0</junit.jupiter.version>
61+
<junit.jupiter.version>5.11.4</junit.jupiter.version>
6262
<mockito.version>5.14.2</mockito.version>
6363
<testcontainers.version>1.20.5</testcontainers.version>
6464
<testng.version>7.10.2</testng.version>

0 commit comments

Comments
 (0)