From e772885e1fae8e8d64f52a99f6282de66c4871aa Mon Sep 17 00:00:00 2001 From: Nestor Date: Thu, 14 Dec 2023 12:36:05 +0100 Subject: [PATCH] updated more dependency versions. Only log4j-extras and perhaps commons-collections 3.2.2 missing --- orchestration/webapi/pom.xml | 16 +++++++++++++++- pom.xml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/orchestration/webapi/pom.xml b/orchestration/webapi/pom.xml index 36cc680d..cb105823 100644 --- a/orchestration/webapi/pom.xml +++ b/orchestration/webapi/pom.xml @@ -11,12 +11,26 @@ org.into-cps.orchestration webapi - 2.2.11.RELEASE + 3.1.0 2.12.1 + + + org.yaml + snakeyaml + 2.2 + + + + + com.google.guava + guava + 32.1.3-jre + + org.springframework.boot spring-boot-starter-web diff --git a/pom.xml b/pom.xml index 91048ce9..cde9bc6d 100644 --- a/pom.xml +++ b/pom.xml @@ -61,7 +61,7 @@ junit junit - 4.12 + 4.13.1 test