Merge pull request #10 from antville/dependabot/gradle/commons-codec-commons-codec-1.15

build(deps): bump commons-codec from 1.14 to 1.15
This commit is contained in:
Tobi Schäfer 2021-04-05 17:34:36 +02:00 committed by GitHub
commit 9d5a504702
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,7 +50,7 @@ configurations {
dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'commons-codec:commons-codec:1.14'
implementation 'commons-codec:commons-codec:1.15'
implementation 'commons-fileupload:commons-fileupload:1.4'
implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-net:commons-net:3.8.0'