Skip to content

Commit

Permalink
Bump up commons-compress to 1.26.0 to fix CVE
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Khare <amkhar@amazon.com>
  • Loading branch information
Aman Khare authored and sandeshkr419 committed Mar 12, 2024
1 parent afd3969 commit c28d0d7
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ dependencies {
api localGroovy()

api 'commons-codec:commons-codec:1.16.0'
api 'org.apache.commons:commons-compress:1.25.0'
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'
api 'com.netflix.nebula:nebula-publishing-plugin:21.0.0'
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ httpasyncclient = 4.1.5
commonslogging = 1.2
commonscodec = 1.15
commonslang = 3.13.0
commonscompress = 1.24.0
commonscompress = 1.26.0
# plugin dependencies
aws = 2.20.55
reactivestreams = 1.0.4
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
659feffdd12280201c8aacb8f7be94f9a883c824

0 comments on commit c28d0d7

Please sign in to comment.