File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
1212}
1313
1414group = " com.marklogic"
15- version = " 4.3.2 "
15+ version = " 4.3.3 "
1616
1717sourceCompatibility = " 8"
1818targetCompatibility = " 8"
@@ -25,7 +25,7 @@ repositories {
2525dependencies {
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"
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments