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 8192a49 commit 36b6837Copy full SHA for 36b6837
build.gradle
@@ -92,7 +92,7 @@ dependencies {
92
93
implementation 'commons-io:commons-io:2.13.0' // I/O functionalities
94
implementation 'org.apache.commons:commons-compress:1.23.0' // I/O functionalities
95
- implementation 'org.apache.commons:commons-lang3:3.12.0'
+ implementation 'org.apache.commons:commons-lang3:3.13.0'
96
}
97
98
tasks.withType(JavaCompile) {
0 commit comments