Skip to content

Commit

Permalink
Build(deps): bump commons-codec:commons-codec from 1.16.1 to 1.17.0
Browse files Browse the repository at this point in the history
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.16.1 to 1.17.0.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.16.1...rel/commons-codec-1.17.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>
  • Loading branch information
dependabot[bot] authored and peterhaochen47 committed May 14, 2024
1 parent d6d33c0 commit 5195419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
asciiDoctorConvertPluginVersion = '2.4.0'
bcpkixFipsVersion = '1.0.7'
bcFipsVersion = '1.0.2.5'
commonsCodecVersion = '1.16.1' // remove this after deleting (now deprecated) spring-security-oauth2
commonsCodecVersion = '1.17.0' // remove this after deleting (now deprecated) spring-security-oauth2
flywayVersion = '7.15.0'
guavaVersion = '33.2.0-jre'
h2Version = '1.4.200'
Expand Down

0 comments on commit 5195419

Please sign in to comment.