Skip to content

Commit f701fa5

Browse files
committed
fix: upgrade commons-io:commons-io from 2.6 to 2.19.0
Snyk has created this PR to upgrade commons-io:commons-io from 2.6 to 2.19.0. See this package in maven: commons-io:commons-io See this project in Snyk: https://app.snyk.io/org/deloitte-espana/project/eff8797e-d4cf-41d4-a419-93f9155d1d14?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent 277adda commit f701fa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<checkstyle.version>3.1.2</checkstyle.version>
127127
<commons-collections.version>3.2.1</commons-collections.version>
128128
<commons-lang3.version>3.12.0</commons-lang3.version>
129-
<commons-io.version>2.6</commons-io.version>
129+
<commons-io.version>2.19.0</commons-io.version>
130130
<commons-text.version>1.9</commons-text.version>
131131
<guava.version>30.1-jre</guava.version>
132132
<jjwt.version>0.9.1</jjwt.version>
@@ -287,7 +287,7 @@
287287
<goal>start</goal>
288288
</goals>
289289
<configuration>
290-
<workingDir></workingDir>
290+
<workingDir/>
291291
<arguments>
292292
<argument>java</argument>
293293
<argument>-jar</argument>

0 commit comments

Comments
 (0)