Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 469025f

Browse files
authored
Update commons-io to 2.15.1 (#5816)
1 parent eb22158 commit 469025f

File tree

2 files changed

+14
-8
lines changed
  • spring-cloud-dataflow-build/spring-cloud-dataflow-build-dependencies
  • spring-cloud-dataflow-parent

2 files changed

+14
-8
lines changed

spring-cloud-dataflow-build/spring-cloud-dataflow-build-dependencies/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<spring-cloud.version>2021.0.9</spring-cloud.version>
2626
<spring-security.version>5.7.12</spring-security.version>
2727
<spring-shell.version>2.1.13</spring-shell.version>
28-
<commons-io.version>2.7</commons-io.version>
2928
<commons-text.version>1.10.0</commons-text.version>
3029
<testcontainers.version>1.19.7</testcontainers.version>
3130
<!-- Specific version overrides to deal w/ CVEs -->
@@ -39,7 +38,8 @@
3938
<json-smart.version>2.4.11</json-smart.version>
4039
<nimbus-jose-jwt.version>9.37.2</nimbus-jose-jwt.version>
4140
<snappy-java.version>1.1.10.5</snappy-java.version>
42-
<commons-compress.version>1.26.0</commons-compress.version>
41+
<commons-compress.version>1.26.1</commons-compress.version>
42+
<commons-io.version>2.15.1</commons-io.version>
4343
<postgresql.version>42.7.2</postgresql.version>
4444
<prometheus-rsocket.version>1.5.2</prometheus-rsocket.version>
4545
<java-cfenv.version>2.3.0</java-cfenv.version>
@@ -88,6 +88,11 @@
8888
<artifactId>commons-compress</artifactId>
8989
<version>${commons-compress.version}</version>
9090
</dependency>
91+
<dependency>
92+
<groupId>commons-io</groupId>
93+
<artifactId>commons-io</artifactId>
94+
<version>${commons-io.version}</version>
95+
</dependency>
9196
<dependency>
9297
<groupId>org.testcontainers</groupId>
9398
<artifactId>testcontainers-bom</artifactId>
@@ -136,11 +141,6 @@
136141
<type>pom</type>
137142
<scope>import</scope>
138143
</dependency>
139-
<dependency>
140-
<groupId>commons-io</groupId>
141-
<artifactId>commons-io</artifactId>
142-
<version>${commons-io.version}</version>
143-
</dependency>
144144
<dependency>
145145
<groupId>org.apache.commons</groupId>
146146
<artifactId>commons-text</artifactId>

spring-cloud-dataflow-parent/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
<json-smart.version>2.4.11</json-smart.version>
4444
<nimbus-jose-jwt.version>9.37.2</nimbus-jose-jwt.version>
4545
<snappy-java.version>1.1.10.5</snappy-java.version>
46-
<commons-compress.version>1.26.0</commons-compress.version>
46+
<commons-compress.version>1.26.1</commons-compress.version>
47+
<commons-io.version>2.15.1</commons-io.version>
4748
<json-unit.version>2.11.1</json-unit.version>
4849
<findbugs.version>3.0.2</findbugs.version>
4950
<joda-time.version>2.10.6</joda-time.version>
@@ -277,6 +278,11 @@
277278
<artifactId>commons-compress</artifactId>
278279
<version>${commons-compress.version}</version>
279280
</dependency>
281+
<dependency>
282+
<groupId>commons-io</groupId>
283+
<artifactId>commons-io</artifactId>
284+
<version>${commons-io.version}</version>
285+
</dependency>
280286
<dependency>
281287
<groupId>org.testcontainers</groupId>
282288
<artifactId>testcontainers-bom</artifactId>

0 commit comments

Comments
 (0)