Skip to content

Commit 1aa6952

Browse files
authored
Bump commons-io to 2.17.0 (#1078)
1 parent 0b78a0e commit 1aa6952

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<core_version>6.5.19</core_version>
1212
<maven_surefire_version>3.0.0-M5</maven_surefire_version>
1313
<apache_poi_version>5.4.1</apache_poi_version>
14+
<commons_io_version>2.17.0</commons_io_version>
1415
<lombok_version>1.18.32</lombok_version>
1516
<okhttp.version>4.11.0</okhttp.version>
1617
<junit_jupiter_version>5.7.1</junit_jupiter_version>
@@ -76,6 +77,11 @@
7677
<artifactId>ant</artifactId>
7778
<version>1.10.12</version>
7879
</dependency>
80+
<dependency>
81+
<groupId>commons-io</groupId>
82+
<artifactId>commons-io</artifactId>
83+
<version>${commons_io_version}</version>
84+
</dependency>
7985
<dependency>
8086
<groupId>jakarta.xml.bind</groupId>
8187
<artifactId>jakarta.xml.bind-api</artifactId>

0 commit comments

Comments
 (0)