diff --git a/build.gradle b/build.gradle index 46d7cd78..7c551bd8 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ plugins { } group = "com.marklogic" -version = "4.3.2" +version = "4.3.3" sourceCompatibility = "8" targetCompatibility = "8" @@ -19,7 +19,7 @@ repositories { } dependencies { - api 'com.marklogic:ml-javaclient-util:4.3.0' + api 'com.marklogic:ml-javaclient-util:4.3.1' api 'org.springframework:spring-web:5.3.18' api 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2' @@ -153,6 +153,7 @@ test { task executableJar(type: Jar) { description = "Construct an executable jar for executing ml-app-deployer commands via the command line" archiveBaseName = "deployer" + duplicatesStrategy(DuplicatesStrategy.EXCLUDE) manifest { attributes("Main-Class": "com.marklogic.appdeployer.cli.Main") } diff --git a/pom.xml b/pom.xml index a9ad26fa..be909271 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ It is not intended to be used to build this project. 4.0.0 com.marklogic ml-app-deployer - 4.3.2 + 4.3.3 com.marklogic:ml-app-deployer Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic https://github.com/marklogic-community/ml-app-deployer @@ -40,7 +40,7 @@ It is not intended to be used to build this project. com.marklogic ml-javaclient-util - 4.3.0 + 4.3.1 compile