Skip to content

Commit 2b57d96

Browse files
sgramponeBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:fix/bump-netty-framework' into beta
1 parent d20d89f commit 2b57d96

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

gxcosmosdb/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@
2727
<groupId>com.azure</groupId>
2828
<artifactId>azure-cosmos</artifactId>
2929
</dependency>
30+
31+
<!-- overrite from azure-cosmos due to transitive CVEs -->
32+
<dependency>
33+
<groupId>com.azure</groupId>
34+
<artifactId>azure-core-http-netty</artifactId>
35+
<version>1.16.2</version>
36+
</dependency>
37+
3038
<dependency>
3139
<groupId>${project.groupId}</groupId>
3240
<artifactId>gxclassR</artifactId>

0 commit comments

Comments
 (0)