Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 82409a4

Browse files
committed
Bump ml-javaclient-util dependency
1 parent c3baa91 commit 82409a4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.marklogic"
11-
version = "4.3.2"
11+
version = "4.3.3"
1212

1313
sourceCompatibility = "8"
1414
targetCompatibility = "8"
@@ -19,7 +19,7 @@ repositories {
1919
}
2020

2121
dependencies {
22-
api 'com.marklogic:ml-javaclient-util:4.3.0'
22+
api 'com.marklogic:ml-javaclient-util:4.3.1'
2323
api 'org.springframework:spring-web:5.3.18'
2424
api 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
2525

@@ -153,6 +153,7 @@ test {
153153
task executableJar(type: Jar) {
154154
description = "Construct an executable jar for executing ml-app-deployer commands via the command line"
155155
archiveBaseName = "deployer"
156+
duplicatesStrategy(DuplicatesStrategy.EXCLUDE)
156157
manifest {
157158
attributes("Main-Class": "com.marklogic.appdeployer.cli.Main")
158159
}

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212
<modelVersion>4.0.0</modelVersion>
1313
<groupId>com.marklogic</groupId>
1414
<artifactId>ml-app-deployer</artifactId>
15-
<version>4.3.2</version>
15+
<version>4.3.3</version>
1616
<name>com.marklogic:ml-app-deployer</name>
1717
<description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description>
1818
<url>https://github.com/marklogic-community/ml-app-deployer</url>
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040
<dependency>
4141
<groupId>com.marklogic</groupId>
4242
<artifactId>ml-javaclient-util</artifactId>
43-
<version>4.3.0</version>
43+
<version>4.3.1</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)