Skip to content

Commit 1c4fa5a

Browse files
committed
Bump netty-codec-http* to version 4.1.132.Final
1 parent 5ecb5a4 commit 1c4fa5a

8 files changed

Lines changed: 43 additions & 1 deletion

File tree

gxawsserverless/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@
6060
<artifactId>netty-codec-http</artifactId>
6161
<version>${netty.version}</version>
6262
</dependency>
63+
<!-- overwrite from lambda due to transitive CVEs -->
64+
<dependency>
65+
<groupId>io.netty</groupId>
66+
<artifactId>netty-codec-http2</artifactId>
67+
<version>${netty.version}</version>
68+
</dependency>
6369

6470
<dependency>
6571
<groupId>com.amazonaws</groupId>

gxazureserverless/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@
6262
<artifactId>netty-codec-http</artifactId>
6363
<version>${netty.version}</version>
6464
</dependency>
65+
<!-- overwrite from azure-messaging-eventgrid due to transitive CVEs -->
66+
<dependency>
67+
<groupId>io.netty</groupId>
68+
<artifactId>netty-codec-http2</artifactId>
69+
<version>${netty.version}</version>
70+
</dependency>
6571

6672
<dependency>
6773
<groupId>org.mockito</groupId>

gxcloudstorage-awss3-v2/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<artifactId>netty-codec-http</artifactId>
3737
<version>${netty.version}</version>
3838
</dependency>
39+
<!-- overwrite from s3 due to transitive CVEs -->
40+
<dependency>
41+
<groupId>io.netty</groupId>
42+
<artifactId>netty-codec-http2</artifactId>
43+
<version>${netty.version}</version>
44+
</dependency>
3945
<dependency>
4046
<groupId>software.amazon.awssdk</groupId>
4147
<artifactId>sts</artifactId>

gxcloudstorage-azureblob-latest/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@
3535
<groupId>io.netty</groupId>
3636
<artifactId>netty-codec-http</artifactId>
3737
<version>${netty.version}</version>
38+
</dependency>
39+
<!-- overwrite from azure-storage-blob due to transitive CVEs -->
40+
<dependency>
41+
<groupId>io.netty</groupId>
42+
<artifactId>netty-codec-http2</artifactId>
43+
<version>${netty.version}</version>
3844
</dependency>
3945
<dependency>
4046
<groupId>com.azure</groupId>

gxcosmosdb/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@
4545
<artifactId>netty-codec-http</artifactId>
4646
<version>${netty.version}</version>
4747
</dependency>
48+
<!-- overwrite from azure-core-http-netty due to transitive CVEs -->
49+
<dependency>
50+
<groupId>io.netty</groupId>
51+
<artifactId>netty-codec-http2</artifactId>
52+
<version>${netty.version}</version>
53+
</dependency>
4854

4955
<dependency>
5056
<groupId>${project.groupId}</groupId>

gxdynamodb/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<artifactId>netty-codec-http</artifactId>
3737
<version>${netty.version}</version>
3838
</dependency>
39+
<!-- overwrite from dynamodb due to transitive CVEs -->
40+
<dependency>
41+
<groupId>io.netty</groupId>
42+
<artifactId>netty-codec-http2</artifactId>
43+
<version>${netty.version}</version>
44+
</dependency>
3945

4046
<dependency>
4147
<groupId>${project.groupId}</groupId>

gxqueue-awssqs/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@
3434
<artifactId>netty-codec-http</artifactId>
3535
<version>${netty.version}</version>
3636
</dependency>
37+
<!-- overwrite from sqs due to transitive CVEs -->
38+
<dependency>
39+
<groupId>io.netty</groupId>
40+
<artifactId>netty-codec-http2</artifactId>
41+
<version>${netty.version}</version>
42+
</dependency>
3743
<dependency>
3844
<groupId>software.amazon.awssdk</groupId>
3945
<artifactId>apache-client</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<commons-codec.version>1.15</commons-codec.version>
3434
<xmlsec.version>3.0.3</xmlsec.version>
3535
<jose.version>10.4</jose.version>
36-
<netty.version>4.1.129.Final</netty.version>
36+
<netty.version>4.1.132.Final</netty.version>
3737

3838
</properties>
3939

0 commit comments

Comments
 (0)