Skip to content

Commit 8f17fc0

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-commons-compress-ovwrrite-commons-lang3' into beta
1 parent 7194ae8 commit 8f17fc0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

gxcloudstorage-azureblob/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@
4242
<artifactId>jackson-core</artifactId>
4343
<version>${jackson.version}</version>
4444
</dependency>
45+
<!-- overwrite azure-storage commons-lang3 dependency due to CVEs -->
46+
<dependency>
47+
<groupId>org.apache.commons</groupId>
48+
<artifactId>commons-lang3</artifactId>
49+
<version>${commons.lang3.version}</version>
50+
</dependency>
4551
</dependencies>
4652
</project>

gxcompress/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.apache.commons</groupId>
1818
<artifactId>commons-compress</artifactId>
19-
<version>1.27.1</version>
19+
<version>1.28.0</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.tukaani</groupId>

0 commit comments

Comments
 (0)