From 5ca9bf7d0a9d3764600b370bbada2772ebb438fa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Feb 2025 10:34:57 +0100 Subject: [PATCH 1/2] Downgrade Sonatype Nexus plugin and xstream dependency. Closes #2494 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d152159..b526970c 100644 --- a/pom.xml +++ b/pom.xml @@ -209,7 +209,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.7.0 + 1.6.8 true sonatype @@ -217,6 +217,13 @@ false true + + + com.thoughtworks.xstream + xstream + 1.4.15 + + From 53af7c9666fb1d2115923873aa86778531124976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:36:48 +0000 Subject: [PATCH 2/2] Bump com.thoughtworks.xstream:xstream from 1.4.15 to 1.4.21 Bumps [com.thoughtworks.xstream:xstream](https://github.com/x-stream/xstream) from 1.4.15 to 1.4.21. - [Release notes](https://github.com/x-stream/xstream/releases) - [Commits](https://github.com/x-stream/xstream/commits) --- updated-dependencies: - dependency-name: com.thoughtworks.xstream:xstream dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b526970c..fb541b97 100644 --- a/pom.xml +++ b/pom.xml @@ -221,7 +221,7 @@ com.thoughtworks.xstream xstream - 1.4.15 + 1.4.21