File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
2
2
version: v1.14.1
3
- # ignores vulnerabilities until expiry date; change duration by modifying expiry date
4
- ignore:
5
- SNYK-JAVA-IOGRPC-571957:
6
- - '*':
7
- reason: No replacement available
8
- expires: 2020-08-31T00:00:00.000Z
9
3
patch: {}
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ dependencies {
17
17
// End Logging
18
18
19
19
// grpc
20
- implementation(" io.grpc:grpc-core:1.30.2 " )
20
+ implementation(" io.grpc:grpc-core:1.31.0 " )
21
21
22
22
testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
23
- testImplementation(" org.mockito:mockito-core:3.3.3 " )
23
+ testImplementation(" org.mockito:mockito-core:3.4.4 " )
24
24
}
25
25
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ tasks.test {
11
11
12
12
dependencies {
13
13
// grpc
14
- implementation(" io.grpc:grpc-core:1.30.2 " )
14
+ implementation(" io.grpc:grpc-core:1.31.0 " )
15
15
16
16
// Logging
17
17
implementation(" org.slf4j:slf4j-api:1.7.30" )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
// End Logging
18
18
19
19
// grpc
20
- implementation(" io.grpc:grpc-core:1.30.2 " )
20
+ implementation(" io.grpc:grpc-core:1.31.0 " )
21
21
22
22
testImplementation(" org.junit.jupiter:junit-jupiter:5.6.2" )
23
23
}
You can’t perform that action at this time.
0 commit comments