Skip to content

Commit 273b10e

Browse files
Update dependency commons-io:commons-io to v2.14.0
1 parent ebd3b90 commit 273b10e

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
@@ -142,7 +142,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
142142
<dependency>
143143
<groupId>commons-io</groupId>
144144
<artifactId>commons-io</artifactId>
145-
<version>2.11.0</version>
145+
<version>2.14.0</version>
146146
</dependency>
147147
<dependency>
148148
<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
@@ -65,7 +65,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
6565
-->
6666
<groupId>commons-io</groupId>
6767
<artifactId>commons-io</artifactId>
68-
<version>2.0.1</version>
68+
<version>2.14.0</version>
6969
</dependency>
7070
</dependencies>
7171
<build>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
5656
-->
5757
<groupId>commons-io</groupId>
5858
<artifactId>commons-io</artifactId>
59-
<version>2.0.1</version>
59+
<version>2.14.0</version>
6060
</dependency>
6161
</dependencies>
6262
<build>

0 commit comments

Comments
 (0)