File tree 5 files changed +22
-37
lines changed
5 files changed +22
-37
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.43 .1" ))
10
- api(" io.reactivex.rxjava3:rxjava:3.1.3 " )
9
+ api(platform(" io.grpc:grpc-bom:1.45 .1" ))
10
+ api(" io.reactivex.rxjava3:rxjava:3.1.4 " )
11
11
api(" io.grpc:grpc-stub" )
12
12
api(project(" :grpc-context-utils" ))
13
13
implementation(" io.grpc:grpc-context" )
14
14
15
15
testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
16
- testImplementation(" org.mockito:mockito-core:4.2 .0" )
17
- testImplementation(" org.mockito:mockito-junit-jupiter:4.2 .0" )
16
+ testImplementation(" org.mockito:mockito-core:4.4 .0" )
17
+ testImplementation(" org.mockito:mockito-junit-jupiter:4.4 .0" )
18
18
}
19
19
20
20
tasks.test {
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.43 .1" ))
9
+ api(platform(" io.grpc:grpc-bom:1.45 .1" ))
10
10
api(" io.grpc:grpc-context" )
11
11
api(" io.grpc:grpc-api" )
12
12
13
13
implementation(project(" :grpc-context-utils" ))
14
- implementation(" org.slf4j:slf4j-api:1.7.32 " )
14
+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
15
15
16
16
annotationProcessor(" org.projectlombok:lombok:1.18.22" )
17
17
compileOnly(" org.projectlombok:lombok:1.18.22" )
18
18
19
19
testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
20
- testImplementation(" org.mockito:mockito-core:4.2 .0" )
21
- testImplementation(" org.mockito:mockito-inline:4.2 .0" )
20
+ testImplementation(" org.mockito:mockito-core:4.4 .0" )
21
+ testImplementation(" org.mockito:mockito-inline:4.4 .0" )
22
22
testRuntimeOnly(" io.grpc:grpc-netty" )
23
23
}
24
24
Original file line number Diff line number Diff line change @@ -10,29 +10,14 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.43 .1" ))
13
+ api(platform(" io.grpc:grpc-bom:1.45 .1" ))
14
14
implementation(" io.grpc:grpc-core" )
15
15
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" )
20
-
21
- constraints {
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" ){
32
- because(" https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327" )
33
- }
34
- }
16
+ implementation(" com.auth0:java-jwt:3.19.1" )
17
+ implementation(" com.auth0:jwks-rsa:0.21.1" )
18
+ implementation(" com.google.guava:guava:31.1-jre" )
19
+ implementation(" org.slf4j:slf4j-api:1.7.36" )
35
20
36
21
testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
37
- testImplementation(" org.mockito:mockito-core:4.2 .0" )
22
+ testImplementation(" org.mockito:mockito-core:4.4 .0" )
38
23
}
Original file line number Diff line number Diff line change @@ -6,18 +6,18 @@ plugins {
6
6
}
7
7
8
8
dependencies {
9
- api(platform(" io.grpc:grpc-bom:1.43 .1" ))
10
- api(" io.reactivex.rxjava3:rxjava:3.1.3 " )
9
+ api(platform(" io.grpc:grpc-bom:1.45 .1" ))
10
+ api(" io.reactivex.rxjava3:rxjava:3.1.4 " )
11
11
api(" io.grpc:grpc-stub" )
12
12
13
13
annotationProcessor(" org.projectlombok:lombok:1.18.22" )
14
14
compileOnly(" org.projectlombok:lombok:1.18.22" )
15
15
16
- implementation(" org.slf4j:slf4j-api:1.7.32 " )
16
+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
17
17
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
19
- testImplementation(" org.mockito:mockito-core:4.2 .0" )
20
- testImplementation(" org.mockito:mockito-junit-jupiter:4.2 .0" )
19
+ testImplementation(" org.mockito:mockito-core:4.4 .0" )
20
+ testImplementation(" org.mockito:mockito-junit-jupiter:4.4 .0" )
21
21
}
22
22
23
23
tasks.test {
Original file line number Diff line number Diff line change @@ -10,16 +10,16 @@ tasks.test {
10
10
}
11
11
12
12
dependencies {
13
- api(platform(" io.grpc:grpc-bom:1.43 .1" ))
13
+ api(platform(" io.grpc:grpc-bom:1.45 .1" ))
14
14
api(" io.grpc:grpc-context" )
15
15
api(" io.grpc:grpc-api" )
16
16
17
17
implementation(project(" :grpc-context-utils" ))
18
- implementation(" org.slf4j:slf4j-api:1.7.32 " )
18
+ implementation(" org.slf4j:slf4j-api:1.7.36 " )
19
19
20
20
annotationProcessor(" org.projectlombok:lombok:1.18.22" )
21
21
compileOnly(" org.projectlombok:lombok:1.18.22" )
22
22
23
23
testImplementation(" org.junit.jupiter:junit-jupiter:5.8.2" )
24
- testImplementation(" org.mockito:mockito-core:4.2 .0" )
24
+ testImplementation(" org.mockito:mockito-core:4.4 .0" )
25
25
}
You can’t perform that action at this time.
0 commit comments