Skip to content

Commit

Permalink
build(deps): bump commons-codec:commons-codec from 1.17.1 to 1.17.2
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.1 to 1.17.2.
- [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-codec@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 7, 2025
1 parent 7037640 commit a4d90d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
exclude(group = "org.apache.logging.log4j", module = "log4j-slf4j-impl")
}

implementation("commons-codec:commons-codec:1.17.1")
implementation("commons-codec:commons-codec:1.17.2")
implementation("commons-io:commons-io:2.18.0")
implementation("org.apache.maven:maven-core:3.9.9")

Expand Down

0 comments on commit a4d90d4

Please sign in to comment.