From 4c0bdb9e23281e579ec9b90a510bd2f0844de502 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Wed, 8 Feb 2023 17:03:21 +0100 Subject: [PATCH] Bump json-unit-assertj to 2.36.1 Fix CVE-2022-42003 by bumping json-unit-assertj to 2.36.1 which uses fixed jackson-databind version 2.14.0. Change-Id: I3ab3cb9e03393ea1d223616e0b013f7f10e6a74c Signed-off-by: Ivan Hrasko --- restconf/restconf-nb/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restconf/restconf-nb/pom.xml b/restconf/restconf-nb/pom.xml index 4ba044d9ee..dcacf4fc14 100644 --- a/restconf/restconf-nb/pom.xml +++ b/restconf/restconf-nb/pom.xml @@ -300,7 +300,7 @@ net.javacrumbs.json-unit json-unit-assertj - 2.36.0 + 2.36.1 test -- 2.36.6