We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be93ab5 commit cca0a3fCopy full SHA for cca0a3f
1 file changed
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