Skip to content

Commit b633e5b

Browse files
chore: bump commons-codec:commons-codec from 1.9 to 1.18.0 (#315)
Automatic merge of Dependabot PR
1 parent 2bf888d commit b633e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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:2.0.17"
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)