We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8a022 commit 66e323aCopy full SHA for 66e323a
pom.xml
@@ -320,7 +320,21 @@ under the License.
320
<dependency>
321
<groupId>org.apache.commons</groupId>
322
<artifactId>commons-compress</artifactId>
323
- <version>1.24.0</version>
+ <version>1.26.1</version>
324
+ </dependency>
325
+
326
+ <!-- For dependency convergence -->
327
+ <dependency>
328
+ <groupId>org.apache.commons</groupId>
329
+ <artifactId>commons-lang3</artifactId>
330
+ <version>3.14.0</version>
331
332
333
334
335
+ <groupId>commons-io</groupId>
336
+ <artifactId>commons-io</artifactId>
337
+ <version>2.15.1</version>
338
</dependency>
339
340
<!-- For dependency convergence -->
0 commit comments