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 c6ab57a commit 90d5d99Copy full SHA for 90d5d99
gxcloudstorage-azureblob-latest/pom.xml
@@ -30,6 +30,12 @@
30
<artifactId>azure-storage-blob</artifactId>
31
<version>12.32.0</version>
32
</dependency>
33
+ <!-- overwrite from sqs due to transitive CVEs -->
34
+ <dependency>
35
+ <groupId>io.netty</groupId>
36
+ <artifactId>netty-codec-http</artifactId>
37
+ <version>${netty.version}</version>
38
+ </dependency>
39
<dependency>
40
<groupId>com.azure</groupId>
41
<artifactId>azure-identity</artifactId>
0 commit comments