From 41c514094c46e30edf22cc23b8d974b520874348 Mon Sep 17 00:00:00 2001 From: abirembaut Date: Wed, 16 Aug 2023 14:54:18 +0200 Subject: [PATCH] chore(dependencies): update Guava version (#2630) * Fixes CVE-2023-2976 * requires Gradle > 7.0 in order to pick the right Guava variant Covers [RUNTIME-1736](https://bonitasoft.atlassian.net/browse/RUNTIME-1736) --- buildSrc/src/main/groovy/Deps.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/src/main/groovy/Deps.groovy b/buildSrc/src/main/groovy/Deps.groovy index a4c816e87d3..4e90b4dd60b 100644 --- a/buildSrc/src/main/groovy/Deps.groovy +++ b/buildSrc/src/main/groovy/Deps.groovy @@ -48,7 +48,7 @@ class Deps { //Last version compatible with hibernate 5 public static String hazelcastHibernateVersion = "2.1.1" - public static String guavaVersion = "30.1.1-jre" + public static String guavaVersion = "32.1.2-jre" public static String antlr4RuntimeVersion = "4.7.2" // bonita-web specific dependencies: