Skip to content

Commit cf613a1

Browse files
author
EDGA6280
committed
fix(pom): update commons-io version to latest (dependabot), set surefire plugin version, remove commented stuff in pom
1 parent 7c9e082 commit cf613a1

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

pom.xml

+2-17
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>commons-io</groupId>
3939
<artifactId>commons-io</artifactId>
40-
<version>1.3.2</version>
40+
<version>2.13.0</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
@@ -80,27 +80,12 @@
8080
</sourceDirs>
8181
</configuration>
8282
</execution>
83-
<!--
84-
<execution>
85-
<id>test-compile</id>
86-
<phase>process-test-sources</phase>
87-
<goals>
88-
<goal>test-compile</goal>
89-
</goals>
90-
<configuration>
91-
<sourceDirs>
92-
<source>src/test/java</source>
93-
<source>src/test/kotlin</source>
94-
<source>src/test/resources</source>
95-
</sourceDirs>
96-
</configuration>
97-
</execution>
98-
-->
9983
</executions>
10084
</plugin>
10185
<plugin>
10286
<groupId>org.apache.maven.plugins</groupId>
10387
<artifactId>maven-surefire-plugin</artifactId>
88+
<version>3.1.2</version>
10489
<configuration>
10590
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
10691
</configuration>

0 commit comments

Comments
 (0)