Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 (#5222)
Browse files Browse the repository at this point in the history
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.17.0 to 1.17.1.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@rel/commons-codec-1.17.0...rel/commons-codec-1.17.1)

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 18, 2024
1 parent 51a4f73 commit e9e4c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vividus-analytics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
implementation platform(group: 'org.slf4j', name: 'slf4j-bom', version: '2.0.13')
implementation(group: 'org.slf4j', name: 'slf4j-api')
implementation(group: 'org.apache.commons', name: 'commons-collections4', version: '4.4')
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.0')
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.1')

testImplementation platform(group: 'org.junit', name: 'junit-bom', version: '5.10.3')
testImplementation(group: 'org.junit.jupiter', name: 'junit-jupiter')
Expand Down
2 changes: 1 addition & 1 deletion vividus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {

implementation(group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0')
implementation(group: 'org.apache.commons', name: 'commons-collections4', version: '4.4')
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.0')
implementation(group: 'commons-codec', name: 'commons-codec', version: '1.17.1')
implementation(group: 'org.hamcrest', name: 'hamcrest', version: '2.2')
implementation(group: 'com.google.guava', name: 'guava', version: '33.2.1-jre')
implementation(group: 'io.github.classgraph', name: 'classgraph', version: '4.8.173')
Expand Down

0 comments on commit e9e4c96

Please sign in to comment.