From 7ab63fb623d1d139df6abdde8766d9defddf92df Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Feb 2025 10:34:57 +0100 Subject: [PATCH] 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 0342a4dd..922d4d1f 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 + +