From fef1eb098f95392239b9f27d073d27408e3f08c0 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Wed, 19 Oct 2022 09:24:39 +0100 Subject: [PATCH] Fix some dependencies flagged in scans Issue-ID: POLICY-4393 Change-Id: I64504daff775ec008e936876c3aecfe6e604b9e5 Signed-off-by: liamfallon --- integration/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/integration/pom.xml b/integration/pom.xml index 94675849..6126bfcc 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -333,6 +333,10 @@ org.glassfish.jersey.containers jersey-container-servlet-core + + javax.validation + validation-api + @@ -844,7 +848,7 @@ org.apache.commons commons-lang3 - 3.11 + 3.12.0 -- 2.16.6