From 700a4076ac154749392ba28787100ae9ff0ebff0 Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Mon, 14 Apr 2025 16:34:06 +0100 Subject: [PATCH] Security uplift - add a new openapi dependency after swagger openapi uplift Issue-ID: POLICY-5302 Change-Id: If13f059c9da08a303ce0935051b0fdf0b4efa4bf Signed-off-by: adheli.tavares --- main/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/main/pom.xml b/main/pom.xml index 233b8076..3ee93e94 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -4,7 +4,7 @@ Modified Copyright (C) 2018 Samsung Electronics Co., Ltd. Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2020-2023 Bell Canada. - Modifications Copyright (C) 2022-2025 Nordix Foundation. + Modifications Copyright (C) 2022-2025 OpenInfra Foundation Europe. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -113,6 +113,10 @@ jakarta.servlet jakarta.servlet-api + + org.openapitools + jackson-databind-nullable + org.projectlombok lombok -- 2.16.6