Skip to content

Commit

Permalink
add 'org.apache.commons:commons-lang3:3.12.0' as explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
johanneshiry committed Jan 5, 2022
1 parent 9de69c9 commit 2018967
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ dependencies {

implementation 'commons-io:commons-io:2.11.0' // I/O functionalities
implementation 'org.apache.commons:commons-compress:1.21' // I/O functionalities
implementation 'org.apache.commons:commons-lang3:3.12.0'

}

wrapper {
Expand Down

0 comments on commit 2018967

Please sign in to comment.