Skip to content

Commit 0fb6719

Browse files
chore: bump commons-codec:commons-codec from 1.9 to 1.18.0
Bumps [commons-codec:commons-codec](https://github.com/apache/commons-codec) from 1.9 to 1.18.0. - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@1.9...rel/commons-codec-1.18.0) --- updated-dependencies: - dependency-name: commons-codec:commons-codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 293fc98 commit 0fb6719

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
@@ -29,7 +29,7 @@ subprojects {
2929
compile "com.fasterxml.jackson.core:jackson-databind:$jacksonDatabindVersion"
3030
compile "com.google.guava:guava:17.0"
3131
compile "org.slf4j:slf4j-api:1.7.25"
32-
compile "commons-codec:commons-codec:1.9"
32+
compile "commons-codec:commons-codec:1.18.0"
3333
testCompile "junit:junit:4.12"
3434
testCompile "org.powermock:powermock-module-junit4:$powermockVersion"
3535
testCompile "org.powermock:powermock-api-mockito:$powermockVersion"

0 commit comments

Comments
 (0)