Skip to content

Commit a996c14

Browse files
authored
Merge pull request #1153 from yegor256/renovate/commons-io-commons-io-2.x
fix(deps): update dependency commons-io:commons-io to v2.20.0
2 parents 2ae8790 + cee2f45 commit a996c14

File tree

2 files changed

+2
-2
lines changed
  • qulice-maven-plugin/src/it

2 files changed

+2
-2
lines changed

qulice-maven-plugin/src/it/dependency-violations-exclude/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
-->
4141
<groupId>commons-io</groupId>
4242
<artifactId>commons-io</artifactId>
43-
<version>2.16.0</version>
43+
<version>2.20.0</version>
4444
</dependency>
4545
</dependencies>
4646
<build>

qulice-maven-plugin/src/it/dependency-violations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
-->
3232
<groupId>commons-io</groupId>
3333
<artifactId>commons-io</artifactId>
34-
<version>2.14.0</version>
34+
<version>2.20.0</version>
3535
</dependency>
3636
</dependencies>
3737
<build>

0 commit comments

Comments
 (0)