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 62a17be commit f821d46Copy full SHA for f821d46
build.gradle
@@ -68,7 +68,7 @@ dependencies {
68
// Used in EmpiricalRandom.java, could be removed
69
implementation 'org.eclipse.collections:eclipse-collections:13.0.0'
70
71
- implementation 'commons-io:commons-io:2.19.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
72
implementation 'commons-codec:commons-codec:1.18.0' // needed by commons-compress
73
implementation 'org.apache.commons:commons-compress:1.27.1' // I/O functionalities
74
0 commit comments