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

Commit

Permalink
Bump ml-javaclient-util dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdew committed Apr 5, 2022
1 parent c3baa91 commit 82409a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "com.marklogic"
version = "4.3.2"
version = "4.3.3"

sourceCompatibility = "8"
targetCompatibility = "8"
Expand All @@ -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'

Expand Down Expand Up @@ -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")
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>ml-app-deployer</artifactId>
<version>4.3.2</version>
<version>4.3.3</version>
<name>com.marklogic:ml-app-deployer</name>
<description>Java client for the MarkLogic REST Management API and for deploying applications to MarkLogic</description>
<url>https://github.com/marklogic-community/ml-app-deployer</url>
Expand Down Expand Up @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>ml-javaclient-util</artifactId>
<version>4.3.0</version>
<version>4.3.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 82409a4

Please sign in to comment.