Skip to content

Commit 4666a43

Browse files
snyk-bothypery2k
authored andcommitted
fix: upgrade commons-io:commons-io from 2.14.0 to 2.15.0
Snyk has created this PR to upgrade commons-io:commons-io from 2.14.0 to 2.15.0. See this package in Maven Repository: https://mvnrepository.com/artifact/commons-io/commons-io/ See this project in Snyk: https://app.snyk.io/org/hypery2k/project/6ab627cd-9346-4af4-af36-b415656f62dc?utm_source=github&utm_medium=referral&page=upgrade-pr
1 parent f812f8c commit 4666a43

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
@@ -104,7 +104,7 @@
104104
<selenium.version>2.53.1</selenium.version>
105105
<phantomjsdriver.version>1.2.0</phantomjsdriver.version>
106106
<commons-lang.version>3.13.0</commons-lang.version>
107-
<commons-io.version>2.14.0</commons-io.version>
107+
<commons-io.version>2.15.0</commons-io.version>
108108
<commons-configuration.version>1.10</commons-configuration.version>
109109
<maven-plugin-api.version>3.9.5</maven-plugin-api.version>
110110
<maven-plugin-annotations.version>3.10.2</maven-plugin-annotations.version>
@@ -200,7 +200,7 @@
200200
<target>${java.version}</target>
201201
<encoding>${project.build.sourceEncoding}</encoding>
202202
<compilerArgs>
203-
<compilerArg></compilerArg>
203+
<compilerArg/>
204204
<arg>--add-exports</arg>
205205
<arg>java.xml/com.sun=ALL-UNNAMED</arg>
206206
<arg>--add-exports</arg>

0 commit comments

Comments
 (0)