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 2c79d8e commit b99450dCopy full SHA for b99450d
build.gradle
@@ -73,7 +73,7 @@ dependencies {
73
// Used in EmpiricalRandom.java, could be removed
74
implementation 'org.eclipse.collections:eclipse-collections:13.0.0'
75
76
- implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
+ implementation 'commons-io:commons-io:2.21.0' // I/O functionalities
77
implementation 'commons-codec:commons-codec:1.20.0' // needed by commons-compress
78
implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
79
0 commit comments