File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ repositories {
2525dependencies {
2626 implementation gradleApi()
2727 implementation localGroovy()
28- api " com.marklogic:ml-app-deployer:4.3.3 "
29- implementation " com.marklogic:mlcp-util:1.0"
30- implementation " com.marklogic:marklogic-data-movement-components:2.4.0 "
28+ api " com.marklogic:ml-app-deployer:4.3.4 "
29+ implementation " com.marklogic:mlcp-util:1.0.1 "
30+ implementation " com.marklogic:marklogic-data-movement-components:2.4.1 "
3131 implementation " commons-io:commons-io:2.11.0"
3232
33- compileOnly " com.marklogic:marklogic-unit-test-client:1.1 .0"
33+ compileOnly " com.marklogic:marklogic-unit-test-client:1.2 .0"
3434
3535 testImplementation localGroovy()
3636 testImplementation gradleTestKit()
Original file line number Diff line number Diff line change @@ -40,19 +40,19 @@ 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.3 </version >
43+ <version >4.3.4 </version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
4747 <groupId >com.marklogic</groupId >
4848 <artifactId >mlcp-util</artifactId >
49- <version >1.0</version >
49+ <version >1.0.1 </version >
5050 <scope >runtime</scope >
5151 </dependency >
5252 <dependency >
5353 <groupId >com.marklogic</groupId >
5454 <artifactId >marklogic-data-movement-components</artifactId >
55- <version >2.4.0 </version >
55+ <version >2.4.1 </version >
5656 <scope >runtime</scope >
5757 </dependency >
5858 <dependency >
You can’t perform that action at this time.
0 commit comments