Skip to content

Commit f462164

Browse files
committed
[unit-tests-are-not-running] Fixed version of the surefire plugin to 3.2.1
1 parent 83c3ecc commit f462164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<arrow-core.version>1.2.1</arrow-core.version>
3232
<junit-jupiter.version>5.10.0</junit-jupiter.version>
3333
<dokka-maven-plugin.version>1.9.0</dokka-maven-plugin.version>
34+
<maven-surefire-plugin.version>3.2.1</maven-surefire-plugin.version>
3435
</properties>
3536

3637
<url>https://github.com/rcardin/assertj-arrow-core</url>
@@ -152,6 +153,7 @@
152153
<plugin>
153154
<groupId>org.apache.maven.plugins</groupId>
154155
<artifactId>maven-surefire-plugin</artifactId>
156+
<version>${maven-surefire-plugin.version}</version>
155157
</plugin>
156158
</plugins>
157159
</build>

0 commit comments

Comments
 (0)