Skip to content

Commit 66787c0

Browse files
update junit (#232)
Signed-off-by: Nicklas Körtge <nicklas.koertge1@ibm.com>
1 parent 284f8db commit 66787c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
<sonar.java.version>8.10.0.38194</sonar.java.version>
5050
<sonar.python.version>4.26.0.19456</sonar.python.version>
5151

52-
<junit.jupiter.version>5.11.4</junit.jupiter.version>
52+
<junit.platform.version>1.12.0</junit.platform.version>
53+
<junit.jupiter.version>5.12.0</junit.jupiter.version>
5354

5455
<google-java-format.version>1.25.2</google-java-format.version>
5556
</properties>
@@ -120,7 +121,7 @@
120121
<dependency>
121122
<groupId>org.junit.platform</groupId>
122123
<artifactId>junit-platform-launcher</artifactId>
123-
<version>1.11.4</version>
124+
<version>${junit.platform.version}</version>
124125
<scope>test</scope>
125126
</dependency>
126127
<dependency>

0 commit comments

Comments
 (0)