File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 128
128
<pit-junit-plugin .version>1.2.1</pit-junit-plugin .version>
129
129
<pit-plugin .version>1.18.1</pit-plugin .version>
130
130
131
- <!-- FIX VULNERABILITY VERSIONS -->
132
- <commons-compress .version>1.27.1</commons-compress .version>
133
- <commons-codec .version>1.18.0</commons-codec .version>
134
131
<junit4 .version>4.13.2</junit4 .version>
135
132
136
133
<!-- properties to skip surefire tests during failsafe execution -->
245
242
<scope >test</scope >
246
243
</dependency >
247
244
248
- <!-- overriding version of commons-compress for Test container - Vulnerability -->
249
- <dependency >
250
- <groupId >org.apache.commons</groupId >
251
- <artifactId >commons-compress</artifactId >
252
- <version >${commons-compress.version} </version >
253
- </dependency >
254
- <!-- address compatibility issues that arise
255
- from upgrading `commons-compress`. Version 1.26.0 of `commons-compress` relies on functionalities provided
256
- by `commons-codec` 1.16.1, leading to a requirement for this specific version of `commons-codec` to avoid
257
- classpath conflicts and ensure runtime compatibility.
258
- -->
259
- <dependency >
260
- <groupId >commons-codec</groupId >
261
- <artifactId >commons-codec</artifactId >
262
- <version >${commons-codec.version} </version >
263
- </dependency >
264
245
</dependencies >
265
246
266
247
<build >
You can’t perform that action at this time.
0 commit comments