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 Apr 29, 2024
1 parent a4e2e86 commit aaa2d9f
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.4'
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.1.0-jre'
h2Version = '1.4.200'
Expand Down

0 comments on commit aaa2d9f

Please sign in to comment.