Skip to content

Commit 1cdb60e

Browse files
Aman Kharesandeshkr419
Aman Khare
authored andcommitted
Upgrade commons-codec to 1.16.1
Signed-off-by: Aman Khare <amkhar@amazon.com>
1 parent 661b319 commit 1cdb60e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ dependencies {
102102

103103
api localGroovy()
104104

105-
api 'commons-codec:commons-codec:1.16.0'
105+
api "commons-codec:commons-codec:${props.getProperty('commonscodec')}"
106106
api "org.apache.commons:commons-compress:${props.getProperty('commonscompress')}"
107107
api 'org.apache.ant:ant:1.10.14'
108108
api 'com.netflix.nebula:gradle-extra-configurations-plugin:10.0.0'

0 commit comments

Comments
 (0)