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 923b14c commit 8ed01f0Copy full SHA for 8ed01f0
marklogic-data-hub/build.gradle
@@ -28,7 +28,7 @@ ext.junitJupiterVersion = '5.3.1'
28
29
dependencies {
30
compile 'com.marklogic:marklogic-client-api:4.1.2'
31
- compile('com.marklogic:ml-app-deployer:3.11.0'){
+ compile('com.marklogic:ml-app-deployer:3.12.0'){
32
exclude group: 'org.springframework', module: 'spring-context'
33
}
34
compile group: 'org.springframework.boot', name: 'spring-boot-starter', version: '2.0.6.RELEASE'
0 commit comments