Skip to content

Commit

Permalink
Updated guava dependency version from 32.0.1 to 33.2.0 (#5511)
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam authored May 20, 2024
1 parent b180263 commit 0ca85fb
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 @@ -121,7 +121,7 @@ class Classpaths {

static final String GUAVA_GROUP = 'com.google.guava'
static final String GUAVA_NAME = 'guava'
static final String GUAVA_VERSION = '32.0.1-jre'
static final String GUAVA_VERSION = '33.2.0-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 0ca85fb

Please sign in to comment.