Skip to content

Commit bd4892d

Browse files
committed
Bump ml-app-deployer version
1 parent e8191e9 commit bd4892d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
group = "com.marklogic"
15-
version = "4.3.2"
15+
version = "4.3.3"
1616

1717
sourceCompatibility = "8"
1818
targetCompatibility = "8"
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation gradleApi()
2727
implementation localGroovy()
28-
api "com.marklogic:ml-app-deployer:4.3.1"
28+
api "com.marklogic:ml-app-deployer:4.3.2"
2929
implementation "com.marklogic:mlcp-util:1.0"
3030
implementation "com.marklogic:marklogic-data-movement-components:2.4.0"
3131
implementation "commons-io:commons-io:2.11.0"

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-gradle</artifactId>
15-
<version>4.3.1</version>
15+
<version>4.3.3</version>
1616
<name>com.marklogic:ml-gradle</name>
1717
<description>Gradle plugin for automating everything involving MarkLogic</description>
1818
<url>https://github.com/marklogic-community/ml-gradle</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-app-deployer</artifactId>
43-
<version>4.3.1</version>
43+
<version>4.3.2</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>

0 commit comments

Comments
 (0)