From 86962d92a653186141f3407dcf7465c4cce46e5a Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sun, 23 Aug 2026 14:08:15 +0200 Subject: [PATCH] Pin Guava on the test classpath Guice 5.1.0 resolves Guava 30.1-jre, which CVE-2023-2976 and CVE-2020-8908 cover, and Dependabot flags it on the default branch. No code here uses Guava; the pin only keeps the flagged version out. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 9d523697..292b1dd8 100644 --- a/pom.xml +++ b/pom.xml @@ -145,6 +145,15 @@ 5.1.0 test + + + com.google.guava + guava + 33.7.1-jre + test + org.assertj assertj-core