Skip to content

Commit d8228be

Browse files
Update dependency commons-io:commons-io to v2.18.0
1 parent 74feb66 commit d8228be

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
@@ -132,7 +132,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
132132
<dependency>
133133
<groupId>commons-io</groupId>
134134
<artifactId>commons-io</artifactId>
135-
<version>2.16.0</version>
135+
<version>2.18.0</version>
136136
</dependency>
137137
<dependency>
138138
<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
@@ -66,7 +66,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
6666
-->
6767
<groupId>commons-io</groupId>
6868
<artifactId>commons-io</artifactId>
69-
<version>2.16.0</version>
69+
<version>2.18.0</version>
7070
</dependency>
7171
</dependencies>
7272
<build>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
5757
-->
5858
<groupId>commons-io</groupId>
5959
<artifactId>commons-io</artifactId>
60-
<version>2.14.0</version>
60+
<version>2.18.0</version>
6161
</dependency>
6262
</dependencies>
6363
<build>

0 commit comments

Comments
 (0)