From 1258b30dd2c12440330dec5fa7a88066b2e65c2c Mon Sep 17 00:00:00 2001 From: Kye Maloy Date: Tue, 9 May 2023 13:52:03 +0100 Subject: [PATCH] updated dependencies Signed-off-by: Kye Maloy --- cics-bundle-maven-plugin/pom.xml | 26 +++++++++---------- .../cbmp/AbstractBundlePublisherMojo.java | 3 +-- pom.xml | 2 +- samples/pom.xml | 2 +- 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/cics-bundle-maven-plugin/pom.xml b/cics-bundle-maven-plugin/pom.xml index 7acd5263..82f0f99b 100644 --- a/cics-bundle-maven-plugin/pom.xml +++ b/cics-bundle-maven-plugin/pom.xml @@ -20,7 +20,7 @@ com.ibm.cics cics-bundle-common - 1.0.5-SNAPSHOT + 2.0.0 org.sonatype.plexus @@ -30,17 +30,17 @@ org.codehaus.plexus plexus-archiver - 4.2.7 + 4.6.3 org.codehaus.plexus plexus-utils - 3.4.1 + 3.5.1 org.apache.maven maven-core - 3.5.4 + 3.9.1 provided @@ -53,19 +53,19 @@ com.google.guava guava - 31.0.1-jre + 31.1-jre org.codehaus.mojo build-helper-maven-plugin - 3.0.0 + 3.3.0 org.apache.maven.plugin-tools maven-plugin-annotations - 3.6.4 + 3.8.2 provided @@ -85,19 +85,19 @@ org.mockito mockito-core - 4.3.1 + 4.11.0 test com.github.tomakehurst - wiremock-jre8 - 2.32.0 + wiremock-jre8-standalone + 2.35.0 test org.xmlunit xmlunit-matchers - 2.9.0 + 2.9.1 test @@ -151,7 +151,7 @@ maven-compiler-plugin - 3.9.0 + 3.10.1 1.8 1.8 @@ -160,7 +160,7 @@ org.codehaus.mojo build-helper-maven-plugin - 3.0.0 + 3.3.0 diff --git a/cics-bundle-maven-plugin/src/main/java/com/ibm/cics/cbmp/AbstractBundlePublisherMojo.java b/cics-bundle-maven-plugin/src/main/java/com/ibm/cics/cbmp/AbstractBundlePublisherMojo.java index fedf45ff..6949827b 100644 --- a/cics-bundle-maven-plugin/src/main/java/com/ibm/cics/cbmp/AbstractBundlePublisherMojo.java +++ b/cics-bundle-maven-plugin/src/main/java/com/ibm/cics/cbmp/AbstractBundlePublisherMojo.java @@ -64,8 +64,7 @@ private BundlePublisher createBundlePublisher() throws MojoExecutionException { project.getArtifactId(), v.getMajor(), v.getMinor(), - v.getPatch(), - v.getBuildNumber() + v.getPatch() ); //Notify the build context of file changes diff --git a/pom.xml b/pom.xml index 8dd5e6ef..0eee2ebb 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ org.apache.maven.doxia doxia-module-markdown - 1.11.1 + 1.12.0 diff --git a/samples/pom.xml b/samples/pom.xml index c5808254..8e6bd8e9 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -62,7 +62,7 @@ com.github.tomakehurst - wiremock + wiremock-standalone 2.27.2