Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#946)

Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.19.0...rel/commons-codec-1.20.0)

---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2025-11-20 15:28:12 +01:00 committed by GitHub
parent 4b38ab5401
commit 2cb8c4020e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,7 +108,7 @@ subprojects {
ext {
bouncyCastleVersion = '1.82'
commonsCodecVersion = '1.19.0'
commonsCodecVersion = '1.20.0'
commonsCompressVersion = '1.28.0'
commonsIoVersion = '2.21.0'
commonsMathVersion = '3.6.1'