From f63f7e6b074aa78482877a2818bf9aadd38d43ae Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 8 Nov 2023 16:57:26 +0000 Subject: [PATCH] Update dependencies on latest version for security fixes - updating json, kafka, drools, commons-lang and micrometer. Issue-ID: POLICY-4750 Change-Id: I8a0d2243f645414a857d8867c35f1c9bfd8b6ba2 Signed-off-by: adheli.tavares --- integration/pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/integration/pom.xml b/integration/pom.xml index f4b2e3b0..56fd210f 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -49,7 +49,7 @@ 7.13.0 1.1.12 3.3.2 - 8.43.0.Final + 8.44.0.Final 1.13.4 0.16.0 2.15.2 @@ -226,7 +226,7 @@ org.apache.kafka kafka-clients - 3.5.1 + 3.6.0 @@ -249,7 +249,7 @@ org.json json - 20230618 + 20231013 com.worldturner.medeia @@ -596,7 +596,7 @@ org.apache.commons commons-lang3 - 3.12.0 + 3.13.0 org.apache.commons @@ -756,7 +756,7 @@ io.micrometer micrometer-registry-prometheus - 1.11.2 + 1.11.4 runtime @@ -1104,6 +1104,11 @@ org.jacoco jacoco-maven-plugin ${version.jacoco} + + + org/drools/**/* + + pre-unit-test -- 2.16.6