@@ -10,23 +10,29 @@ tasks.test {
1010}
1111
1212dependencies {
13- // grpc
14- implementation(" io.grpc:grpc-core:1.42.0 " )
13+ api(platform( " io. grpc:grpc-bom:1.43.1 " ))
14+ implementation(" io.grpc:grpc-core" )
1515
16- implementation(" com.auth0:java-jwt:3.14.0" )
17- implementation(" com.auth0:jwks-rsa:0.17.0" )
18- implementation(" com.google.guava:guava:30.1-jre" )
19-
20- // Logging
21- implementation(" org.slf4j:slf4j-api:1.7.30" )
22- // End Logging
16+ implementation(" com.auth0:java-jwt:3.18.2" )
17+ implementation(" com.auth0:jwks-rsa:0.20.0" )
18+ implementation(" com.google.guava:guava:31.0.1-jre" )
19+ implementation(" org.slf4j:slf4j-api:1.7.32" )
2320
2421 constraints {
25- implementation(" com.google.code.gson:gson:2.8.9" ) {
22+ api(" com.fasterxml.jackson.core:jackson-databind:2.13.1" ) {
23+ because(" https://snyk.io/vuln/SNYK-JAVA-COMFASTERXMLJACKSONCORE-232" )
24+ }
25+ api(" io.netty:netty-codec-http2:4.1.68.Final" ) {
26+ because(" Multiple vulnerabilities" )
27+ }
28+ api(" io.netty:netty-handler-proxy:4.1.71.Final" ){
29+ because(" Multiple vulnerabilities" )
30+ }
31+ api(" com.google.code.gson:gson:2.8.9" ){
2632 because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327" )
2733 }
2834 }
2935
30- testImplementation(" org.junit.jupiter:junit-jupiter:5.7.0 " )
31- testImplementation(" org.mockito:mockito-core:3.12.1 " )
36+ testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2 " )
37+ testImplementation(" org.mockito:mockito-core:4.2.0 " )
3238}
0 commit comments