From b23a0545862d8cda539579c8716a35d84cdc946c Mon Sep 17 00:00:00 2001 From: Timon Borter Date: Fri, 3 Nov 2023 11:26:55 +0100 Subject: [PATCH] fix(deps): transitive dependency vulnerabilities * [CVE-2022-4065](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-4065) reported in `org.testng:testng:7.5.1` * [CVE-2022-45868](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-45868) reported in `com.h2database.h2:2.1.114` --- pom.xml | 4 ++-- simulator-starter/pom.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fc9af4529..9b5ff97b9 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ 3.1.5 6.0.13 4.0.7 - 7.5.1 + 7.8.0 1.6.3 2.12.1 @@ -220,7 +220,7 @@ io.swagger.parser.v3 swagger-parser - 2.1.16 + 2.1.18 diff --git a/simulator-starter/pom.xml b/simulator-starter/pom.xml index d07e0426c..a45526538 100644 --- a/simulator-starter/pom.xml +++ b/simulator-starter/pom.xml @@ -58,6 +58,7 @@ com.h2database h2 + 2.2.224