Skip to content

Commit

Permalink
Merge pull request #954 from grechaw/upgrade-java-client-api
Browse files Browse the repository at this point in the history
Update Java Client API dependency to 4.0.4
  • Loading branch information
Charles Greer authored May 3, 2018
2 parents 2225d35 + a0df6d2 commit 22434f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/data-integration-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
// on the Data Hub Framework library
compile 'com.marklogic:marklogic-data-hub:2.0.3'
compile 'com.marklogic:marklogic-xcc:9.0.4'
compile 'com.marklogic:marklogic-client-api:4.0.3.1'
compile 'com.marklogic:marklogic-client-api:4.0.4'
// prototyping with kotlin tests
compile 'io.github.microutils:kotlin-logging:1.4.6'
compile "org.jetbrains.kotlin:kotlin-stdlib"
Expand Down
2 changes: 1 addition & 1 deletion marklogic-data-hub/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ext.junitPlatformVersion = '1.0.0-RC3'
ext.junitJupiterVersion = '5.0.0-RC3'

dependencies {
compile 'com.marklogic:marklogic-client-api:4.0.3.1'
compile 'com.marklogic:marklogic-client-api:4.0.4'
compile 'com.marklogic:mlcp-util:0.9.0'
compile 'com.marklogic:ml-app-deployer:3.6.1'
compile 'com.marklogic:marklogic-data-movement-components:1.0'
Expand Down

0 comments on commit 22434f1

Please sign in to comment.