Skip to content

Commit 72cd967

Browse files
committed
updated xstream
1 parent 8f02872 commit 72cd967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plugin-code/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,13 @@
121121
<serverId>ossrh</serverId>
122122
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
123123
<autoReleaseAfterClose>true</autoReleaseAfterClose>
124+
<skipLocalStaging>true</skipLocalStaging>
124125
</configuration>
125126
<dependencies>
126127
<dependency>
127128
<groupId>com.thoughtworks.xstream</groupId>
128129
<artifactId>xstream</artifactId>
129-
<version>1.4.15</version>
130+
<version>1.4.18</version>
130131
</dependency>
131132
<!--
132133
Remove after OSSRH-66257, NEXUS-26993 are fixed,

0 commit comments

Comments
 (0)