diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-07-23 14:27:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-23 14:27:58 +0000 |
commit | 436205a16e7de80f95f6ac5fc2179a37877e9c74 (patch) | |
tree | c05694b2d42e9f14c5d7a2484b8b0bdd58d1b21b | |
parent | 45a3e16e7e9518ea8c7ecc85d91c8d37fd61bb39 (diff) | |
download | poi-dependabot/gradle/commons-codec-commons-codec-1.19.0.tar.gz poi-dependabot/gradle/commons-codec-commons-codec-1.19.0.zip |
Bump commons-codec:commons-codec from 1.18.0 to 1.19.0dependabot/gradle/commons-codec-commons-codec-1.19.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.18.0 to 1.19.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.18.0...rel/commons-codec-1.19.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-version: 1.19.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index f72d385728..a1a615919b 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ subprojects { ext { bouncyCastleVersion = '1.81' - commonsCodecVersion = '1.18.0' + commonsCodecVersion = '1.19.0' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.20.0' commonsMathVersion = '3.6.1' |