From 59e3b3412f8d96dd8748541e2b97485dea773951 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:46:58 +0000 Subject: [PATCH 1/4] Initial plan From 96afa167005738e3a08527cbbd5a8e4bfbc11e6d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Oct 2025 13:54:13 +0000 Subject: [PATCH 2/4] Initial commit - planning dependency updates Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com> --- settings.xml | 11 +++++++++++ toolchains.xml | 16 ++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 settings.xml create mode 100644 toolchains.xml diff --git a/settings.xml b/settings.xml new file mode 100644 index 00000000..31838387 --- /dev/null +++ b/settings.xml @@ -0,0 +1,11 @@ + + + + github + ${env.GITHUB_ACTOR} + ${env.GITHUB_TOKEN} + + + \ No newline at end of file diff --git a/toolchains.xml b/toolchains.xml new file mode 100644 index 00000000..7ee69e1a --- /dev/null +++ b/toolchains.xml @@ -0,0 +1,16 @@ + + + + jdk + + 17 + temurin + temurin_17 + + + /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.17-10/x64 + + + \ No newline at end of file From 7b216a858ebf0750d776a4301a8bd930b7605c59 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:05:10 +0000 Subject: [PATCH 3/4] Update all dependency versions to latest stable versions Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com> --- main/pom.xml | 20 ++++++++++---------- pom.xml | 4 ++-- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/main/pom.xml b/main/pom.xml index 6e3cc4c3..fbbef168 100644 --- a/main/pom.xml +++ b/main/pom.xml @@ -31,13 +31,13 @@ https://github.com/elasticsoftwarefoundation/elasticactors - 6.2.7 + 6.2.12 1.9.24 - 4.31.1 + 4.33.0 4.0.2 - 2.24.3 - 33.4.8-jre - 2.19.0 + 2.25.2 + 33.5.0-jre + 2.20.0 3.1.0 2.0.17 0.10.2 @@ -46,25 +46,25 @@ 5.25.0 0.5.5 1.8.0 - 3.9.0 + 3.9.1 3.11.5 4.19.0 3.1.0 6.0.0 - 2.40.0 + 2.43.0 4.0.0 2.27ea33 5.17.0 - 7.17.28 - 7.1.0 + 7.17.29 + 7.4.0 5.1.0 7.11.0 5.17.0 2.1.1 - 3.4.4 + 3.5.5 4.3.0 1.0.4 2.2 diff --git a/pom.xml b/pom.xml index 9b9a8433..dd4db10d 100644 --- a/pom.xml +++ b/pom.xml @@ -259,12 +259,12 @@ org.apache.maven.scm maven-scm-provider-gitexe - 2.1.0 + 2.2.1 org.apache.maven.scm maven-scm-api - 2.1.0 + 2.2.1 From 552f8e539d0fb93ee2d6a93735a81f34c9b687b8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 29 Oct 2025 14:47:23 +0000 Subject: [PATCH 4/4] Revert Maven SCM to v2.1.0 and add settings.xml/toolchains.xml to .gitignore Co-authored-by: jwijgerd <914840+jwijgerd@users.noreply.github.com> --- .gitignore | 6 +++++- pom.xml | 5 +++-- settings.xml | 11 ----------- toolchains.xml | 16 ---------------- 4 files changed, 8 insertions(+), 30 deletions(-) delete mode 100644 settings.xml delete mode 100644 toolchains.xml diff --git a/.gitignore b/.gitignore index 6d3b0920..f2984392 100644 --- a/.gitignore +++ b/.gitignore @@ -20,4 +20,8 @@ target/ *.versionsBackup *.releaseBackup -release.properties \ No newline at end of file +release.properties + +# Local Maven configuration files +settings.xml +toolchains.xml \ No newline at end of file diff --git a/pom.xml b/pom.xml index dd4db10d..a9fec327 100644 --- a/pom.xml +++ b/pom.xml @@ -256,15 +256,16 @@ maven-release-plugin + org.apache.maven.scm maven-scm-provider-gitexe - 2.2.1 + 2.1.0 org.apache.maven.scm maven-scm-api - 2.2.1 + 2.1.0 diff --git a/settings.xml b/settings.xml deleted file mode 100644 index 31838387..00000000 --- a/settings.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - github - ${env.GITHUB_ACTOR} - ${env.GITHUB_TOKEN} - - - \ No newline at end of file diff --git a/toolchains.xml b/toolchains.xml deleted file mode 100644 index 7ee69e1a..00000000 --- a/toolchains.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - jdk - - 17 - temurin - temurin_17 - - - /opt/hostedtoolcache/Java_Temurin-Hotspot_jdk/17.0.17-10/x64 - - - \ No newline at end of file