Skip to content

Commit c18cb48

Browse files
authored
Update to patched Guava version 32.0.0 (#3244)
1 parent 7a4b8de commit c18cb48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)