diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-01-28 14:29:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-28 14:29:49 +0000 |
commit | fe27cf4466aac3b59f2cea5aee1a3d40b6630d64 (patch) | |
tree | 245d0ecb03b6939bc7a3a9f7c454cfbea182bba0 | |
parent | cc61ad565f2e460428a8e2d40901ccf8f0049eae (diff) | |
download | poi-dependabot/gradle/commons-codec-commons-codec-1.18.0.tar.gz poi-dependabot/gradle/commons-codec-commons-codec-1.18.0.zip |
Bump commons-codec:commons-codec from 1.17.2 to 1.18.0dependabot/gradle/commons-codec-commons-codec-1.18.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.2 to 1.18.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.17.2...rel/commons-codec-1.18.0)
---
updated-dependencies:
- dependency-name: commons-codec:commons-codec
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 2af55c34af..08b59514b6 100644 --- a/build.gradle +++ b/build.gradle @@ -108,7 +108,7 @@ subprojects { ext { bouncyCastleVersion = '1.80' - commonsCodecVersion = '1.17.2' + commonsCodecVersion = '1.18.0' commonsCompressVersion = '1.27.1' commonsIoVersion = '2.18.0' commonsMathVersion = '3.6.1' |