Skip to content

Commit a5f952d

Browse files
akoch-yattaakurtakov
authored andcommitted
Use consistent versions for surefire plug-ins
This commit replaces the hardcoded version of surefire-junit-platform with the commonly used ${surefire.version} property. The hardcoded version led to class loading issues with the latest surefire release, 3.5.3.
1 parent 5a117e1 commit a5f952d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binaries/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<dependency>
5252
<groupId>org.apache.maven.surefire</groupId>
5353
<artifactId>surefire-junit-platform</artifactId>
54-
<version>3.2.5</version>
54+
<version>${surefire.version}</version>
5555
</dependency>
5656
</dependencies>
5757
<executions>

0 commit comments

Comments
 (0)