Skip to content

Commit a638489

Browse files
chore(deps): bump com.google.guava:guava from 33.4.8-jre to 33.5.0-jre
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.8-jre to 33.5.0-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-version: 33.5.0-jre dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6bb25c1 commit a638489

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
@@ -19,7 +19,7 @@ ext {
1919
testNgVersion = "7.5"
2020
mockitoVersion = "4.11.0"
2121
jmhLibVersion = "1.21"
22-
guavaVersion = "33.4.8-jre"
22+
guavaVersion = "33.5.0-jre"
2323
}
2424

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

0 commit comments

Comments
 (0)