Skip to content

Commit 90d5d99

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/overwrite-netty-codec-http-azureblob' into beta
1 parent c6ab57a commit 90d5d99

File tree

1 file changed

+6
-0
lines changed
  • gxcloudstorage-azureblob-latest

1 file changed

+6
-0
lines changed

gxcloudstorage-azureblob-latest/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@
3030
<artifactId>azure-storage-blob</artifactId>
3131
<version>12.32.0</version>
3232
</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>
3339
<dependency>
3440
<groupId>com.azure</groupId>
3541
<artifactId>azure-identity</artifactId>

0 commit comments

Comments
 (0)