summaryrefslogtreecommitdiffstats
path: root/abi-check-plugin
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-12-14 15:38:56 +0100
committerGitHub <noreply@github.com>2021-12-14 15:38:56 +0100
commitd2161e04cf9d5addc50d1e39ed8a9febb9ee72b8 (patch)
tree692d0a969b60708734f1f063317abd93067eb140 /abi-check-plugin
parent3e9eaf5246237c835c417843b734dea31ba9f623 (diff)
parent0e0f86fd3d33dcf0c0226045134a1c71bf41ac3e (diff)
Merge pull request #20140 from vespa-engine/dependabot/maven/abi-check-plugin/com.google.guava-guava-29.0-jre
Bump guava from 24.0-jre to 29.0-jre in /abi-check-plugin
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 bfa3af30cb5..03b2e7c8b60 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>