Skip to content

Commit 793a899

Browse files
Bump com.google.guava:guava from 32.1.2-jre to 33.3.1-jre (williamfiset#428)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.2-jre to 33.3.1-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0f0bd34 commit 793a899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
3333

3434
// Google Guava lib
35-
testImplementation group: 'com.google.guava', name: 'guava', version: '32.1.2-jre'
35+
testImplementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'
3636

3737
// Google Truth test framework
3838
// https://mvnrepository.com/artifact/com.google.truth/truth

0 commit comments

Comments
 (0)