Skip to content

Commit

Permalink
Upgrade commons-codec to 1.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Khare <[email protected]>
  • Loading branch information
Aman Khare authored and sandeshkr419 committed Mar 12, 2024
1 parent 661b319 commit 1cdb60e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dependencies {

api localGroovy()

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

0 comments on commit 1cdb60e

Please sign in to comment.