File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ dependencies {
16
16
implementation(" org.slf4j:slf4j-api:2.0.9" )
17
17
api(" com.google.protobuf:protobuf-java:3.25.1" )
18
18
api(" com.google.protobuf:protobuf-java-util:3.25.1" )
19
- implementation(" com.google.guava:guava:31.1 -jre" )
19
+ implementation(" com.google.guava:guava:32.1.3 -jre" )
20
20
api(project(" :router" ))
21
21
22
22
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ dependencies {
9
9
implementation(" org.slf4j:slf4j-api:2.0.9" )
10
10
api(" com.fasterxml.jackson.core:jackson-databind:2.16.0" )
11
11
api(" com.fasterxml.jackson.module:jackson-module-kotlin:2.16.0" )
12
- api(" com.google.guava:guava:31.1 -jre" )
12
+ api(" com.google.guava:guava:32.1.3 -jre" )
13
13
14
14
testImplementation(" org.junit.jupiter:junit-jupiter-engine:5.10.1" )
15
15
testImplementation(" org.junit.jupiter:junit-jupiter-params:5.10.1" )
You can’t perform that action at this time.
0 commit comments