Skip to content

Commit

Permalink
Bump commons-codec:commons-codec from 1.17.0 to 1.17.1
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Jul 24, 2024
1 parent 2e1b9e3 commit 15dc7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
//Update hibernate validator that comes with edison-core
implementation("org.hibernate.validator:hibernate-validator:8.0.1.Final")
//Update commons-codec
implementation("commons-codec:commons-codec:1.17.0")
implementation("commons-codec:commons-codec:1.17.1")
//Update embedded tomcat
implementation("org.apache.tomcat.embed:tomcat-embed-core:${tomcatVersion}")
implementation("org.apache.tomcat.embed:tomcat-embed-el:${tomcatVersion}")
Expand Down

0 comments on commit 15dc7a3

Please sign in to comment.