|
25 | 25 | <spring-cloud.version>2021.0.9</spring-cloud.version> |
26 | 26 | <spring-security.version>5.7.12</spring-security.version> |
27 | 27 | <spring-shell.version>2.1.13</spring-shell.version> |
28 | | - <commons-io.version>2.7</commons-io.version> |
29 | 28 | <commons-text.version>1.10.0</commons-text.version> |
30 | 29 | <testcontainers.version>1.19.7</testcontainers.version> |
31 | 30 | <!-- Specific version overrides to deal w/ CVEs --> |
|
39 | 38 | <json-smart.version>2.4.11</json-smart.version> |
40 | 39 | <nimbus-jose-jwt.version>9.37.2</nimbus-jose-jwt.version> |
41 | 40 | <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> |
43 | 43 | <postgresql.version>42.7.2</postgresql.version> |
44 | 44 | <prometheus-rsocket.version>1.5.2</prometheus-rsocket.version> |
45 | 45 | <java-cfenv.version>2.3.0</java-cfenv.version> |
|
88 | 88 | <artifactId>commons-compress</artifactId> |
89 | 89 | <version>${commons-compress.version}</version> |
90 | 90 | </dependency> |
| 91 | + <dependency> |
| 92 | + <groupId>commons-io</groupId> |
| 93 | + <artifactId>commons-io</artifactId> |
| 94 | + <version>${commons-io.version}</version> |
| 95 | + </dependency> |
91 | 96 | <dependency> |
92 | 97 | <groupId>org.testcontainers</groupId> |
93 | 98 | <artifactId>testcontainers-bom</artifactId> |
|
136 | 141 | <type>pom</type> |
137 | 142 | <scope>import</scope> |
138 | 143 | </dependency> |
139 | | - <dependency> |
140 | | - <groupId>commons-io</groupId> |
141 | | - <artifactId>commons-io</artifactId> |
142 | | - <version>${commons-io.version}</version> |
143 | | - </dependency> |
144 | 144 | <dependency> |
145 | 145 | <groupId>org.apache.commons</groupId> |
146 | 146 | <artifactId>commons-text</artifactId> |
|
0 commit comments