We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7194ae8 commit 8f17fc0Copy full SHA for 8f17fc0
gxcloudstorage-azureblob/pom.xml
@@ -42,5 +42,11 @@
42
<artifactId>jackson-core</artifactId>
43
<version>${jackson.version}</version>
44
</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>
51
</dependencies>
52
</project>
gxcompress/pom.xml
@@ -16,7 +16,7 @@
16
<dependency>
17
<groupId>org.apache.commons</groupId>
18
<artifactId>commons-compress</artifactId>
19
- <version>1.27.1</version>
+ <version>1.28.0</version>
20
21
22
<groupId>org.tukaani</groupId>
0 commit comments