Skip to content

Commit 9975460

Browse files
Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre (#7589)
Bumps [com.google.guava:guava](https://github.com/google/guava) from 32.1.1-jre to 32.1.2-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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 49357c4 commit 9975460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ext {
1818
testNgVersion = "7.5"
1919
mockitoVersion = "4.11.0"
2020
jmhLibVersion = "1.21"
21-
guavaVersion = "32.1.1-jre"
21+
guavaVersion = "32.1.2-jre"
2222
}
2323

2424
def releaseTag = System.getenv("BUILD_TAG")

0 commit comments

Comments
 (0)