File tree 7 files changed +14
-6
lines changed
7 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.5 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
9
+ api(platform(" io.grpc:grpc-bom:1.57.2 " ))
10
10
api(" io.reactivex.rxjava3:rxjava:3.1.4" )
11
11
api(" io.grpc:grpc-stub" )
12
12
api(project(" :grpc-context-utils" ))
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
7
7
8
8
dependencies {
9
9
10
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
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
13
api(platform(" io.netty:netty-bom:4.1.94.Final" )) {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
13
+ api(platform(" io.grpc:grpc-bom:1.57.2 " ))
14
14
implementation(" io.grpc:grpc-core" )
15
15
16
16
implementation(" com.auth0:java-jwt:4.4.0" )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
9
+ api(platform(" io.grpc:grpc-bom:1.57.2 " ))
10
10
api(" io.reactivex.rxjava3:rxjava:3.1.4" )
11
11
api(" io.grpc:grpc-stub" )
12
12
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
13
+ api(platform(" io.grpc:grpc-bom:1.57.2 " ))
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
16
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-08-31Z" >
11
+ <notes ><![CDATA[
12
+ file name: jackson-databind-2.14.2.jar
13
+ This is currently disputed.
14
+ ]]> </notes >
15
+ <packageUrl regex =" true" >^pkg:maven/com\.fasterxml\.jackson\.core/jackson\-databind@.*$</packageUrl >
16
+ <cve >CVE-2023-35116</cve >
17
+ </suppress >
10
18
</suppressions >
You can’t perform that action at this time.
0 commit comments