Update dependency commons-codec:commons-codec to v1.17.0

This commit is contained in:
renovate[bot] 2024-05-18 14:49:57 +00:00 committed by GitHub
parent b8abe5a355
commit 519adc3d37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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