diff --git a/common/pom.xml b/common/pom.xml
index 614a3576..e24c0c62 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-maven-plugins
- 1.6.12
+ 1.6.13
nexus-common
diff --git a/m2settings/maven-plugin/pom.xml b/m2settings/maven-plugin/pom.xml
index 104c8eb8..b464b3c0 100644
--- a/m2settings/maven-plugin/pom.xml
+++ b/m2settings/maven-plugin/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-m2settings
- 1.6.12
+ 1.6.13
org.sonatype.plugins
diff --git a/m2settings/pom.xml b/m2settings/pom.xml
index 89ca1eb4..97e50dd4 100644
--- a/m2settings/pom.xml
+++ b/m2settings/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-maven-plugins
- 1.6.12
+ 1.6.13
nexus-m2settings
@@ -51,7 +51,7 @@
org.sonatype.plugins
nexus-m2settings-maven-plugin
- 1.6.12
+ 1.6.13
diff --git a/m2settings/testsuite/pom.xml b/m2settings/testsuite/pom.xml
index 73000bea..17507f3e 100644
--- a/m2settings/testsuite/pom.xml
+++ b/m2settings/testsuite/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-m2settings
- 1.6.12
+ 1.6.13
nexus-m2settings-testsuite
diff --git a/pom.xml b/pom.xml
index 32eaf4f6..a908b6e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
nexus-maven-plugins
pom
- 1.6.12
+ 1.6.13
@@ -54,8 +54,8 @@
- 2.12.6
- 2.14.21-02
+ 2.13.2
+ 2.15.1-02
3.0.4
@@ -198,13 +198,13 @@
ch.qos.logback
logback-core
- 1.2.10
+ 1.2.11
ch.qos.logback
logback-classic
- 1.2.10
+ 1.2.11
@@ -228,7 +228,7 @@
com.fasterxml.jackson.core
jackson-databind
- ${jackson.version}
+ ${jackson.version}.2
@@ -278,11 +278,10 @@
-
com.thoughtworks.xstream
xstream
- 1.4.15
+ 1.4.19
@@ -333,7 +332,7 @@
junit
junit
- 4.13.1
+ 4.13.2
@@ -341,7 +340,7 @@
org.sonatype.nexus.maven
nexus-common
- 1.6.12
+ 1.6.13
diff --git a/staging/maven-plugin/pom.xml b/staging/maven-plugin/pom.xml
index 668df15e..6e4eb3e5 100644
--- a/staging/maven-plugin/pom.xml
+++ b/staging/maven-plugin/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-staging
- 1.6.12
+ 1.6.13
org.sonatype.plugins
diff --git a/staging/pom.xml b/staging/pom.xml
index 927d2387..826bed7c 100644
--- a/staging/pom.xml
+++ b/staging/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-maven-plugins
- 1.6.12
+ 1.6.13
nexus-staging
@@ -67,7 +67,7 @@
org.sonatype.plugins
nexus-staging-maven-plugin
- 1.6.12
+ 1.6.13
diff --git a/staging/testsuite/pom.xml b/staging/testsuite/pom.xml
index 7c038ef4..0223721b 100644
--- a/staging/testsuite/pom.xml
+++ b/staging/testsuite/pom.xml
@@ -20,7 +20,7 @@
org.sonatype.nexus.maven
nexus-staging
- 1.6.12
+ 1.6.13
nexus-staging-maven-plugin-testsuite
diff --git a/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListProfilesIT.java b/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListProfilesIT.java
index 372fa945..ef1c4636 100644
--- a/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListProfilesIT.java
+++ b/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListProfilesIT.java
@@ -18,11 +18,11 @@
import org.sonatype.nexus.maven.staging.it.PreparedVerifier;
import org.sonatype.nexus.maven.staging.it.SimpleRoundtripMatrixSupport;
-import org.sonatype.sisu.litmus.testsupport.hamcrest.FileMatchers;
import static org.hamcrest.MatcherAssert.assertThat;
import org.junit.Test;
import org.apache.maven.it.VerificationException;
+import org.sonatype.sisu.goodies.testsupport.hamcrest.FileMatchers;
/**
* IT for NXCM-5412 Add an rc-list goal to the nexus-staging-maven-plugin
diff --git a/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListRepositoriesIT.java b/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListRepositoriesIT.java
index 5f0680da..44ee5627 100644
--- a/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListRepositoriesIT.java
+++ b/staging/testsuite/src/test/java/org/sonatype/nexus/maven/staging/it/nxcm5412/Nxcm5412RcListRepositoriesIT.java
@@ -18,10 +18,10 @@
import org.sonatype.nexus.maven.staging.it.PreparedVerifier;
import org.sonatype.nexus.maven.staging.it.SimpleRoundtripMatrixSupport;
-import org.sonatype.sisu.litmus.testsupport.hamcrest.FileMatchers;
import org.apache.maven.it.VerificationException;
import org.junit.Test;
+import org.sonatype.sisu.goodies.testsupport.hamcrest.FileMatchers;
import static org.hamcrest.MatcherAssert.assertThat;