Skip to content

Commit 7d97ac5

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0 (#473)
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.19.0 to 1.20.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c2e3471 commit 7d97ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ application {
1010

1111
dependencies {
1212
implementation(project(":shared"))
13-
implementation("commons-codec:commons-codec:1.19.0")
13+
implementation("commons-codec:commons-codec:1.20.0")
1414
}
1515

1616
tasks.jar {

0 commit comments

Comments
 (0)