Skip to content

Commit

Permalink
Bump guava to 32.0.1-jre (deephaven#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Jun 15, 2023
1 parent 96954d1 commit 9f85a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/Classpaths.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Classpaths {

static final String GUAVA_GROUP = 'com.google.guava'
static final String GUAVA_NAME = 'guava'
static final String GUAVA_VERSION = '31.1-jre'
static final String GUAVA_VERSION = '32.0.1-jre'

static boolean addDependency(Configuration conf, String group, String name, String version, Action<? super DefaultExternalModuleDependency> configure = Actions.doNothing()) {
if (!conf.dependencies.find { it.name == name && it.group == group}) {
Expand Down

0 comments on commit 9f85a5b

Please sign in to comment.