File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ under the License.
225
225
<dependency >
226
226
<groupId >commons-codec</groupId >
227
227
<artifactId >commons-codec</artifactId >
228
- <version >1.15 </version >
228
+ <version >1.16.1 </version >
229
229
</dependency >
230
230
231
231
<dependency >
@@ -313,7 +313,14 @@ under the License.
313
313
<dependency >
314
314
<groupId >org.apache.commons</groupId >
315
315
<artifactId >commons-compress</artifactId >
316
- <version >1.24.0</version >
316
+ <version >1.26.1</version >
317
+ </dependency >
318
+
319
+ <!-- For dependency convergence -->
320
+ <dependency >
321
+ <groupId >org.apache.commons</groupId >
322
+ <artifactId >commons-lang3</artifactId >
323
+ <version >3.14.0</version >
317
324
</dependency >
318
325
319
326
<!-- For dependency convergence -->
You can’t perform that action at this time.
0 commit comments