File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.57.2" ))
11
11
api(" io.grpc:grpc-context" )
12
12
api(" io.grpc:grpc-api" )
13
- api(platform(" io.netty:netty-bom:4.1.94 .Final" )) {
14
- because(" CVE-2023-34462 " )
13
+ api(platform(" io.netty:netty-bom:4.1.100 .Final" )) {
14
+ because(" CVE-2023-44487 " )
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.94 .Final" )) {
18
- because(" CVE-2023-34462 " )
17
+ api(platform(" io.netty:netty-bom:4.1.100 .Final" )) {
18
+ because(" CVE-2023-44487 " )
19
19
}
20
20
21
21
implementation(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change 7
7
<packageUrl regex =" true" >^pkg:maven/org\.hypertrace\..*@.*$</packageUrl >
8
8
<cpe >cpe:/a:grpc:grpc</cpe >
9
9
</suppress >
10
- <suppress until =" 2023-09 -30Z" >
10
+ <suppress until =" 2023-11 -30Z" >
11
11
<notes ><![CDATA[
12
12
file name: jackson-databind-2.14.2.jar
13
13
This is currently disputed.
You can’t perform that action at this time.
0 commit comments