diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-07 14:49:21 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-07 14:49:21 +0000 |
commit | 86891c7f93baff70db0004437cada00dfb2cf926 (patch) | |
tree | 8357f95b76e2b27b7411cfc4dbd09f55d1a7decf | |
parent | 91569bd826007dd1a128df152de78d955f38e0cf (diff) | |
download | poi-dependabot/gradle/commons-codec-commons-codec-1.17.2.tar.gz poi-dependabot/gradle/commons-codec-commons-codec-1.17.2.zip |
Bump commons-codec:commons-codec from 1.17.1 to 1.17.2dependabot/gradle/commons-codec-commons-codec-1.17.2
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.1 to 1.17.2.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-codec/compare/rel/commons-codec-1.17.1...rel/commons-codec-1.17.2)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 83ae193dd5..e839ed2096 100644 --- a/build.gradle +++ b/build.gradle @@ -119,7 +119,7 @@ subprojects { ext { bouncyCastleVersion = '1.79' - commonsCodecVersion = '1.17.1' + commonsCodecVersion = '1.17.2' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.18.0' commonsMathVersion = '3.6.1' |