We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1ea5d commit 15780d7Copy full SHA for 15780d7
build.gradle
@@ -32,12 +32,12 @@ dependencies {
32
implementation gradleApi()
33
implementation localGroovy()
34
35
- api 'com.marklogic:ml-app-deployer:4.6-SNAPSHOT'
+ api 'com.marklogic:ml-app-deployer:4.6.0'
36
implementation "com.marklogic:mlcp-util:1.0.1"
37
- implementation "com.marklogic:marklogic-data-movement-components:2.6.0"
+ implementation "com.marklogic:marklogic-data-movement-components:2.7.0"
38
implementation "commons-io:commons-io:2.11.0"
39
40
- compileOnly "com.marklogic:marklogic-unit-test-client:1.4-SNAPSHOT"
+ compileOnly "com.marklogic:marklogic-unit-test-client:1.4.0"
41
42
testImplementation localGroovy()
43
testImplementation gradleTestKit()
0 commit comments