summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-22 08:46:51 +0000
committerGitHub <noreply@github.com>2021-11-22 08:46:51 +0000
commit0e0f86fd3d33dcf0c0226045134a1c71bf41ac3e (patch)
tree56836776af6a2bbcc57d4dfaf7e38a05e2a69358 /abi-check-plugin
parentd24c2e73a266642da1ff8d3e92a41740be992647 (diff)
Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugin
Bumps [guava](https://github.com/google/guava) from 24.0-jre to 29.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-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'abi-check-plugin')
-rw-r--r--abi-check-plugin/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/abi-check-plugin/pom.xml b/abi-check-plugin/pom.xml
index 059e593c0e9..c19093e5ffb 100644
--- a/abi-check-plugin/pom.xml
+++ b/abi-check-plugin/pom.xml
@@ -35,7 +35,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>24.0-jre</version>
+ <version>29.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>