File tree Expand file tree Collapse file tree
gxcloudstorage-azureblob-latest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments