From 74daffc72d88c94af35b8da3e57c48e70f52ef87 Mon Sep 17 00:00:00 2001 From: bbortt Date: Mon, 18 Nov 2024 09:38:52 +0100 Subject: [PATCH] fix(deps): citrus release 4.4.0 Signed-off-by: Timon Borter --- pom.xml | 18 +++++++++--------- simulator-samples/pom.xml | 22 +++++++++++++++++++++- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index 58d804c3..b202c033 100644 --- a/pom.xml +++ b/pom.xml @@ -24,19 +24,19 @@ 1.6.13 1.18.34 - 4.3.3 + 4.4.0 - 3.3.4 - 6.3.4 + 3.3.5 + 6.3.5 7.10.2 1.6.3 2.12.2 1.4.20 - + 2.23.1 - - 1.5.6 + + 1.5.11 v22.4.1 10.8.1 @@ -216,7 +216,7 @@ org.apache.xmlbeans xmlbeans - 5.2.0 + 5.2.2 @@ -368,7 +368,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.5.2 **/*IT.java @@ -382,7 +382,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.2 + 3.5.2 false diff --git a/simulator-samples/pom.xml b/simulator-samples/pom.xml index 47e70a95..fc2db7d9 100644 --- a/simulator-samples/pom.xml +++ b/simulator-samples/pom.xml @@ -46,15 +46,35 @@ - org.sonatype.plugins nexus-staging-maven-plugin + true + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + org.apache.maven.surefire + surefire-testng + 3.5.2 + + +