File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dependencies {
10
10
api(platform(" io.grpc:grpc-bom:1.56.0" ))
11
11
api(" io.grpc:grpc-context" )
12
12
api(" io.grpc:grpc-api" )
13
- api(platform(" io.netty:netty-bom:4.1.86 .Final" )) {
14
- because(" CVE-2022-41881 " )
13
+ api(platform(" io.netty:netty-bom:4.1.94 .Final" )) {
14
+ because(" CVE-2023-34462 " )
15
15
}
16
16
17
17
implementation(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ dependencies {
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
16
17
- api(platform(" io.netty:netty-bom:4.1.86 .Final" )) {
18
- because(" CVE-2022-41881 " )
17
+ api(platform(" io.netty:netty-bom:4.1.94 .Final" )) {
18
+ because(" CVE-2023-34462 " )
19
19
}
20
20
21
21
implementation(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<suppressions xmlns =" https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd" >
3
+ <suppress >
4
+ <notes ><![CDATA[
5
+ Any hypertrace dep
6
+ ]]> </notes >
7
+ <packageUrl regex =" true" >^pkg:maven/org\.hypertrace\..*@.*$</packageUrl >
8
+ <cpe >cpe:/a:grpc:grpc</cpe >
9
+ </suppress >
3
10
</suppressions >
You can’t perform that action at this time.
0 commit comments