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 bd4892d commit b56d100Copy full SHA for b56d100
build.gradle
@@ -12,7 +12,7 @@ plugins {
12
}
13
14
group = "com.marklogic"
15
-version = "4.3.3"
+version = "4.3.4"
16
17
sourceCompatibility = "8"
18
targetCompatibility = "8"
@@ -25,7 +25,7 @@ repositories {
25
dependencies {
26
implementation gradleApi()
27
implementation localGroovy()
28
- api "com.marklogic:ml-app-deployer:4.3.2"
+ 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"
31
implementation "commons-io:commons-io:2.11.0"
examples/corb2-project/gradle.properties
@@ -1,4 +1,4 @@
1
-corbVersion=2.5.3
+corbVersion=2.5.4
2
mlHost=localhost
3
mlAppName=corb2-project
4
mlRestPort=8140
0 commit comments