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 618eb05 commit 2b0dbde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modelix-mps-plugins = "0.9.3"

[libraries]
auth0-jwt = { group = "com.auth0", name = "java-jwt", version = "4.4.0" }
commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.17.1" }
commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.17.2" }
commons-io = { group = "commons-io", name = "commons-io", version = "2.18.0" }
commons-lang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.17.0" }
commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.13.0" }
Expand Down

0 comments on commit 2b0dbde

Please sign in to comment.