Skip to content

Commit 919453f

Browse files
Guava: update
1 parent 299589d commit 919453f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/groovy/dwh-migration-dumper.java-common-conventions.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050

5151
constraints {
5252
// Define dependency versions as constraints
53-
def guavaVersion = '31.0.1-jre'
53+
def guavaVersion = '31.1-jre'
5454
implementation "com.google.guava:guava:$guavaVersion"
5555
testFixturesImplementation "com.google.guava:guava:$guavaVersion"
5656
def jacksonVersion = '2.9.10'

0 commit comments

Comments
 (0)