We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0bd34 commit 793a899Copy full SHA for 793a899
build.gradle
@@ -32,7 +32,7 @@ dependencies {
32
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
33
34
// Google Guava lib
35
- testImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
+ testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
36
37
// Google Truth test framework
38
// https://mvnrepository.com/artifact/com.google.truth/truth
0 commit comments