File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ dependencies {
9191 api ' com.graphql-java:java-dataloader:3.2.0'
9292 api ' org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
9393 antlr ' org.antlr:antlr4:' + antlrVersion
94- implementation ' com.google.guava:guava:31 .0.1 -jre'
94+ implementation ' com.google.guava:guava:32 .0.0 -jre'
9595 testImplementation group : ' junit' , name : ' junit' , version : ' 4.13.2'
9696 testImplementation ' org.spockframework:spock-core:2.0-groovy-3.0'
9797 testImplementation ' org.codehaus.groovy:groovy:3.0.9'
@@ -127,7 +127,7 @@ shadowJar {
127127 }
128128 relocate(' org.antlr.v4.runtime' , ' graphql.org.antlr.v4.runtime' )
129129 dependencies {
130- include(dependency(' com.google.guava:guava:31 .0.1 -jre' ))
130+ include(dependency(' com.google.guava:guava:32 .0.0 -jre' ))
131131 include(dependency(' org.antlr:antlr4-runtime:' + antlrVersion))
132132 }
133133 from " LICENSE.md"
You can’t perform that action at this time.
0 commit comments