From 6ddf5e2efa8fa2c61bec2cd7657fa274c9825558 Mon Sep 17 00:00:00 2001 From: David Stephan Date: Wed, 25 Feb 2026 14:17:48 +0100 Subject: [PATCH 1/2] SED-4530 java 25 support --- pom.xml | 10 +++++----- step-controller/step-controller-server/pom.xml | 4 ++-- step-core/pom.xml | 6 +++--- .../step-functions-plugins-java-def/pom.xml | 6 +++--- .../step-functions-plugins-java-handler/pom.xml | 6 +++--- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pom.xml b/pom.xml index ade83e3b1c..7c737c2da1 100644 --- a/pom.xml +++ b/pom.xml @@ -45,12 +45,12 @@ 11 11 - 2025.6.25 + 0.0.0-SED-4530-SNAPSHOT 2.5.1 2.5.3 - 3.0.23 + 5.0.4 5.4.3 5.2.3 1.1.0 @@ -65,7 +65,7 @@ 1.2.1 3.1.0 1.6 - 0.8.12 + 0.8.14 3.1.1 3.3.2 3.1.0 @@ -133,14 +133,14 @@ - org.codehaus.groovy + org.apache.groovy groovy-bom ${dep.groovy.version} pom import - org.codehaus.groovy + org.apache.groovy groovy-all ${dep.groovy.version} pom diff --git a/step-controller/step-controller-server/pom.xml b/step-controller/step-controller-server/pom.xml index 028235e7ea..5c6b182024 100644 --- a/step-controller/step-controller-server/pom.xml +++ b/step-controller/step-controller-server/pom.xml @@ -102,12 +102,12 @@ commons-codec - org.codehaus.groovy + org.apache.groovy groovy-all pom - org.codehaus.groovy + org.apache.groovy groovy-dateutil diff --git a/step-core/pom.xml b/step-core/pom.xml index 8980633400..71da1e5af5 100644 --- a/step-core/pom.xml +++ b/step-core/pom.xml @@ -20,7 +20,7 @@ 4.0.0 step-core - ${project.groupId}:${project.artifactId} + ${project.groupId}:${project.artifactId} jar @@ -57,12 +57,12 @@ step-grid-api - org.codehaus.groovy + org.apache.groovy groovy-all pom - org.codehaus.groovy + org.apache.groovy groovy-dateutil diff --git a/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-def/pom.xml b/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-def/pom.xml index 8438140983..b747c17df5 100644 --- a/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-def/pom.xml +++ b/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-def/pom.xml @@ -20,7 +20,7 @@ 4.0.0 step-functions-plugins-java-def - ${project.groupId}:${project.artifactId} + ${project.groupId}:${project.artifactId} jar @@ -60,13 +60,13 @@ test - org.codehaus.groovy + org.apache.groovy groovy-all pom test - org.codehaus.groovy + org.apache.groovy groovy-dateutil test diff --git a/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-handler/pom.xml b/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-handler/pom.xml index 0ab2be34bb..1d69b2ab7e 100644 --- a/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-handler/pom.xml +++ b/step-functions-plugins/step-functions-plugins-java/step-functions-plugins-java-handler/pom.xml @@ -20,7 +20,7 @@ 4.0.0 step-functions-plugins-java-handler - ${project.groupId}:${project.artifactId} + ${project.groupId}:${project.artifactId} jar @@ -46,13 +46,13 @@ step-api-keyword - org.codehaus.groovy + org.apache.groovy groovy-all pom test - org.codehaus.groovy + org.apache.groovy groovy-dateutil test From 34468ff39600042323971657fc65651100b5d86b Mon Sep 17 00:00:00 2001 From: David Stephan Date: Fri, 27 Feb 2026 15:13:17 +0100 Subject: [PATCH 2/2] SED-4530 Bumping exense-dependencies version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7c737c2da1..ef841e7fb3 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ 11 11 - 0.0.0-SED-4530-SNAPSHOT + 2026.2.27 2.5.1 2.5.3