From ca21fd50f64370e444d43d865045a1a160b23640 Mon Sep 17 00:00:00 2001 From: Malte Meister Date: Tue, 5 Sep 2023 11:50:02 +0200 Subject: [PATCH] revert e5e3f0 because guava-gwt requires GWT 2.10.0 from 32.0.0, but ... ... we're still on GWT 2.8.2 (see https://github.com/google/guava/releases/tag/v32.0.0); the security fixes made in guava 32.0.0 are not of concern as we don't use the affected classes and methods; oddly enough we were compiling without issues under guava 32.1.1, but compilation fails when attempting to run the dependency:analyze maven goal for example (with similar symptoms as https://github.com/google/guava/issues/6627) --- catma.iml | 14 ++++++++------ pom.xml | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/catma.iml b/catma.iml index 195cd048..01981e36 100644 --- a/catma.iml +++ b/catma.iml @@ -54,7 +54,6 @@ - @@ -91,13 +90,16 @@ - + - - - - + + + + + + + diff --git a/pom.xml b/pom.xml index 577a6b67..ea17a110 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ com.google.guava guava - 32.1.1-jre + 31.1-jre com.google.code.findbugs @@ -189,7 +189,7 @@ com.google.guava guava-gwt - 32.1.1-jre + 31.1-jre