File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,14 @@ plugins {
77
88dependencies {
99 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" )
1111 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+ }
1318
1419 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
1520 testImplementation(" org.mockito:mockito-core:3.5.11" )
Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ dependencies {
1313 // End Logging
1414
1515 // 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+ }
1722
1823 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
1924 testImplementation(" org.mockito:mockito-core:3.4.4" )
2025}
2126
2227tasks.test {
2328 useJUnitPlatform()
24- }
29+ }
Original file line number Diff line number Diff line change @@ -11,7 +11,12 @@ tasks.test {
1111
1212dependencies {
1313 // 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+ }
1520
1621 // Logging
1722 implementation(" org.slf4j:slf4j-api:1.7.30" )
Original file line number Diff line number Diff line change @@ -7,7 +7,12 @@ plugins {
77
88dependencies {
99 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+ }
1116
1217 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
1318 testImplementation(" org.mockito:mockito-core:3.5.11" )
Original file line number Diff line number Diff line change @@ -17,7 +17,12 @@ dependencies {
1717 // End Logging
1818
1919 // 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+ }
2126
2227 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0" )
2328}
You can’t perform that action at this time.
0 commit comments