@@ -7,12 +7,12 @@ buildscript {
77    }
88    dependencies {
99        classpath " com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3" 
10-         classpath " com.marklogic:ml-gradle:2.4 .0" 
10+         classpath " com.marklogic:ml-gradle:2.5 .0" 
1111    }
1212}
1313
1414plugins  {
15-     id " com.marklogic.ml-gradle" " 2.4 .0" 
15+     id " com.marklogic.ml-gradle" " 2.5 .0" 
1616    id " java" 
1717    id " eclipse" 
1818    id " idea" 
@@ -63,7 +63,7 @@ subprojects {
6363        compile ' org.slf4j:slf4j-api:1.7.21' 
6464        compile " org.springframework.batch:spring-batch-core:$springVersion  " 
6565        compile " com.marklogic:java-client-api:4.0.0-EA4" 
66-         compile " com.marklogic:ml-javaclient-util:2.12 .0" 
66+         compile " com.marklogic:ml-javaclient-util:2.13 .0" 
6767
6868        testCompile " org.springframework.batch:spring-batch-test:$springVersion  " 
6969        testCompile " com.marklogic:ml-junit:2.6.0" 
@@ -114,23 +114,23 @@ project(':core') {
114114    dependencies {
115115        compile project(' :infrastructure' 
116116        //  Used by ML Job Repo implementation; depends on DataFieldMaxValueIncrementer
117-         compile " org.springframework:spring-jdbc:4.2.6 .RELEASE" 
117+         compile " org.springframework:spring-jdbc:4.3.7 .RELEASE" 
118118
119119        //  Used by MarkLogicBatchConfiguration, which depends on Jaxb2Marshaller
120-         compile " org.springframework:spring-oxm:4.2.6 .RELEASE" 
120+         compile " org.springframework:spring-oxm:4.3.7 .RELEASE" 
121121
122122        //  For deploying the ML Job Repo
123-         compile " com.marklogic:ml-app-deployer:2.3 .0" 
123+         compile " com.marklogic:ml-app-deployer:2.5 .0" 
124124
125125        //  For the CLI
126126        compile " net.sf.jopt-simple:jopt-simple:5.0.1" 
127127
128128        runtime " org.springframework.batch:spring-batch-core:$springVersion  " 
129129
130130        // com.marklogic.spring.batch.Main extends com.marklogic.client.helper.LoggingObject
131-         runtime " com.marklogic:ml-javaclient-util:2.12 .0" 
131+         runtime " com.marklogic:ml-javaclient-util:2.13 .0" 
132132
133-         runtime " org.springframework:spring-jdbc:4.2.6 .RELEASE" 
133+         runtime " org.springframework:spring-jdbc:4.3.7 .RELEASE" 
134134
135135        runtime " net.sf.jopt-simple:jopt-simple:5.0.1" 
136136    }
@@ -168,7 +168,7 @@ project(":infrastructure") {
168168            exclude(group : ' ch.qos.logback' 
169169        }
170170
171-         compile " org.springframework:spring-jdbc:4.3.5 .RELEASE" 
171+         compile " org.springframework:spring-jdbc:4.3.7 .RELEASE" 
172172
173173        testCompile project(' :test' 
174174    }
@@ -182,7 +182,7 @@ project(':test') {
182182        compile " org.springframework.batch:spring-batch-test:$springVersion  " 
183183        compile " com.marklogic:ml-junit:2.6.0" 
184184        //  For detecting version of MarkLogic
185-         compile " com.marklogic:ml-app-deployer:2.3 .0" 
185+         compile " com.marklogic:ml-app-deployer:2.5 .0" 
186186    }
187187}
188188
0 commit comments