Skip to content

Commit 6764718

Browse files
Bump commons-codec:commons-codec from 1.19.0 to 1.20.0
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]>
1 parent c3d7d20 commit 6764718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation 'org.eclipse.collections:eclipse-collections:13.0.0'
7575

7676
implementation 'commons-io:commons-io:2.20.0' // I/O functionalities
77-
implementation 'commons-codec:commons-codec:1.19.0' // needed by commons-compress
77+
implementation 'commons-codec:commons-codec:1.20.0' // needed by commons-compress
7878
implementation 'org.apache.commons:commons-compress:1.28.0' // I/O functionalities
7979

8080
// testing

0 commit comments

Comments
 (0)