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

This commit is contained in:
renovate[bot] 2024-07-16 02:34:32 +00:00 committed by GitHub
parent 608fd695c4
commit a54b27c4aa
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.11.0'
implementation 'commons-codec:commons-codec:1.17.0'
implementation 'commons-codec:commons-codec:1.17.1'
implementation 'commons-fileupload:commons-fileupload:1.5'
implementation 'commons-logging:commons-logging:1.3.2'
implementation 'commons-net:commons-net:3.10.0'