Skip to content

Commit

Permalink
Update Java Client API dependency to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Greer committed May 2, 2018
1 parent 2225d35 commit a0df6d2
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 a0df6d2

Please sign in to comment.