fix(deps): update dependency commons-codec:commons-codec to v1.16.0

This commit is contained in:
renovate[bot] 2023-08-27 11:13:38 +00:00 committed by GitHub
parent 2cff9188cb
commit 50ef602d42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,7 +59,7 @@ configurations {
dependencies { dependencies {
implementation 'com.google.code.gson:gson:2.10.1' implementation 'com.google.code.gson:gson:2.10.1'
implementation 'commons-codec:commons-codec:1.15' implementation 'commons-codec:commons-codec:1.16.0'
implementation 'commons-fileupload:commons-fileupload:1.5' implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'commons-logging:commons-logging:1.2' implementation 'commons-logging:commons-logging:1.2'
implementation 'commons-net:commons-net:3.9.0' implementation 'commons-net:commons-net:3.9.0'