Skip to content

Commit 72b719d

Browse files
Update dependency commons-io:commons-io to v2.19.0
1 parent ce9b8c3 commit 72b719d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<dependency>
107107
<groupId>commons-io</groupId>
108108
<artifactId>commons-io</artifactId>
109-
<version>2.16.0</version>
109+
<version>2.19.0</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.cactoos</groupId>

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.19.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.19.0</version>
3535
</dependency>
3636
</dependencies>
3737
<build>

0 commit comments

Comments
 (0)