We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284f8db commit 66787c0Copy full SHA for 66787c0
pom.xml
@@ -49,7 +49,8 @@
49
<sonar.java.version>8.10.0.38194</sonar.java.version>
50
<sonar.python.version>4.26.0.19456</sonar.python.version>
51
52
- <junit.jupiter.version>5.11.4</junit.jupiter.version>
+ <junit.platform.version>1.12.0</junit.platform.version>
53
+ <junit.jupiter.version>5.12.0</junit.jupiter.version>
54
55
<google-java-format.version>1.25.2</google-java-format.version>
56
</properties>
@@ -120,7 +121,7 @@
120
121
<dependency>
122
<groupId>org.junit.platform</groupId>
123
<artifactId>junit-platform-launcher</artifactId>
- <version>1.11.4</version>
124
+ <version>${junit.platform.version}</version>
125
<scope>test</scope>
126
</dependency>
127
0 commit comments