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.
2 parents 4408264 + 5e39d70 commit 4300986Copy full SHA for 4300986
pom.xml
@@ -35,6 +35,7 @@
35
<logging.config.file>./logging.properties</logging.config.file>
36
<jacoco-version>0.8.14</jacoco-version>
37
<argLine/>
38
+ <junit.4.version>4.13.2</junit.4.version>
39
</properties>
40
<dependencyManagement>
41
<dependencies>
@@ -81,7 +82,7 @@
81
82
<dependency>
83
<groupId>junit</groupId>
84
<artifactId>junit</artifactId>
- <version>4.13.2</version>
85
+ <version>${junit.4.version}</version>
86
</dependency>
87
88
<groupId>org.python</groupId>
0 commit comments