File tree Expand file tree Collapse file tree 5 files changed +32
-7
lines changed Expand file tree Collapse file tree 5 files changed +32
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ plugins {
7
7
8
8
dependencies {
9
9
api(" io.reactivex.rxjava3:rxjava:3.0.6" )
10
- api(" io.grpc:grpc-stub:1.32 .1" )
10
+ api(" io.grpc:grpc-stub:1.33 .1" )
11
11
api(project(" :grpc-context-utils" ))
12
- implementation(" io.grpc:grpc-context:1.32.1" )
12
+ implementation(" io.grpc:grpc-context:1.33.1" )
13
+ constraints {
14
+ implementation(" com.google.guava:guava:30.0-jre" ) {
15
+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415" )
16
+ }
17
+ }
13
18
14
19
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
15
20
testImplementation(" org.mockito:mockito-core:3.5.11" )
Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ dependencies {
13
13
// End Logging
14
14
15
15
// grpc
16
- implementation(" io.grpc:grpc-core:1.32.1" )
16
+ implementation(" io.grpc:grpc-core:1.33.1" )
17
+ constraints {
18
+ implementation(" com.google.guava:guava:30.0-jre" ) {
19
+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415" )
20
+ }
21
+ }
17
22
18
23
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
19
24
testImplementation(" org.mockito:mockito-core:3.4.4" )
20
25
}
21
26
22
27
tasks.test {
23
28
useJUnitPlatform()
24
- }
29
+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ tasks.test {
11
11
12
12
dependencies {
13
13
// grpc
14
- implementation(" io.grpc:grpc-core:1.32.1" )
14
+ implementation(" io.grpc:grpc-core:1.33.1" )
15
+ constraints {
16
+ implementation(" com.google.guava:guava:30.0-jre" ) {
17
+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415" )
18
+ }
19
+ }
15
20
16
21
// Logging
17
22
implementation(" org.slf4j:slf4j-api:1.7.30" )
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ plugins {
7
7
8
8
dependencies {
9
9
api(" io.reactivex.rxjava3:rxjava:3.0.6" )
10
- api(" io.grpc:grpc-stub:1.32.1" )
10
+ api(" io.grpc:grpc-stub:1.33.1" )
11
+ constraints {
12
+ implementation(" com.google.guava:guava:30.0-jre" ) {
13
+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415" )
14
+ }
15
+ }
11
16
12
17
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
13
18
testImplementation(" org.mockito:mockito-core:3.5.11" )
Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ dependencies {
17
17
// End Logging
18
18
19
19
// grpc
20
- implementation(" io.grpc:grpc-core:1.32.1" )
20
+ implementation(" io.grpc:grpc-core:1.33.1" )
21
+ constraints {
22
+ implementation(" com.google.guava:guava:30.0-jre" ) {
23
+ because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLEGUAVA-1015415" )
24
+ }
25
+ }
21
26
22
27
testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
23
28
}
You can’t perform that action at this time.
0 commit comments