Skip to content

Commit

Permalink
Merge pull request #3134 from graphql-java/dependabot/gradle/com.goog…
Browse files Browse the repository at this point in the history
…le.guava-guava-31.1-jre

Bump com.google.guava:guava from 31.0.1-jre to 31.1-jre
  • Loading branch information
dondonz committed Mar 31, 2023
2 parents c8fe100 + 858d4e2 commit 66d5d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
api 'com.graphql-java:java-dataloader:3.2.0'
api 'org.reactivestreams:reactive-streams:' + reactiveStreamsVersion
antlr 'org.antlr:antlr4:' + antlrVersion
implementation 'com.google.guava:guava:31.0.1-jre'
implementation 'com.google.guava:guava:31.1-jre'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation 'org.spockframework:spock-core:2.0-groovy-3.0'
testImplementation 'org.codehaus.groovy:groovy:3.0.16'
Expand Down Expand Up @@ -123,7 +123,7 @@ shadowJar {
}
relocate('org.antlr.v4.runtime', 'graphql.org.antlr.v4.runtime')
dependencies {
include(dependency('com.google.guava:guava:31.0.1-jre'))
include(dependency('com.google.guava:guava:31.1-jre'))
include(dependency('org.antlr:antlr4-runtime:' + antlrVersion))
}
from "LICENSE.md"
Expand Down

0 comments on commit 66d5d04

Please sign in to comment.