Skip to content

Commit

Permalink
chore(deps): bump commons-codec:commons-codec from 1.17.1 to 1.17.2 (#56
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent e2ecc44 commit 711b5ca
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 @@ -67,7 +67,7 @@ mavenPublishing {
dependencies {
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
implementation("com.alibaba:fastjson:2.0.53")
implementation("commons-codec:commons-codec:1.17.1")
implementation("commons-codec:commons-codec:1.17.2")


implementation("org.apache.httpcomponents.client5:httpclient5:5.4.1")
Expand Down

0 comments on commit 711b5ca

Please sign in to comment.