diff --git a/docs/getting-started.md b/docs/getting-started.md
index 8a22d8e..abe05e7 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -29,7 +29,7 @@ adding the following configuration to the project's `build.gradle` file:
```
dependencies {
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
```
@@ -48,7 +48,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
+ classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
```
diff --git a/docs/running-tests.md b/docs/running-tests.md
index 8b4006a..78c7156 100644
--- a/docs/running-tests.md
+++ b/docs/running-tests.md
@@ -18,7 +18,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
+ classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
```
diff --git a/examples/getting-started/build.gradle b/examples/getting-started/build.gradle
index 573adca..9d948d8 100644
--- a/examples/getting-started/build.gradle
+++ b/examples/getting-started/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
+ classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
@@ -17,5 +17,5 @@ repositories {
}
dependencies {
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
diff --git a/examples/test-examples/build.gradle b/examples/test-examples/build.gradle
index 573adca..9d948d8 100644
--- a/examples/test-examples/build.gradle
+++ b/examples/test-examples/build.gradle
@@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
- classpath "com.marklogic:marklogic-unit-test-client:1.4.0"
+ classpath "com.marklogic:marklogic-unit-test-client:1.5.0"
}
}
@@ -17,5 +17,5 @@ repositories {
}
dependencies {
- mlBundle "com.marklogic:marklogic-unit-test-modules:1.4.0"
+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.5.0"
}
diff --git a/marklogic-junit5/pom.xml b/marklogic-junit5/pom.xml
index b4b70c8..dc0f27e 100644
--- a/marklogic-junit5/pom.xml
+++ b/marklogic-junit5/pom.xml
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
4.0.0
com.marklogic
marklogic-junit5
- 1.4.0
+ 1.5.0
com.marklogic:marklogic-junit5
Supports testing MarkLogic applications
https://github.com/marklogic-community/marklogic-junit5
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
com.marklogic
marklogic-unit-test-client
- 1.4.0
+ 1.5.0
compile
diff --git a/marklogic-unit-test-client/pom.xml b/marklogic-unit-test-client/pom.xml
index 0951b61..bf71789 100644
--- a/marklogic-unit-test-client/pom.xml
+++ b/marklogic-unit-test-client/pom.xml
@@ -12,7 +12,7 @@ It is not intended to be used to build this project.
4.0.0
com.marklogic
marklogic-unit-test-client
- 1.4.0
+ 1.5.0
com.marklogic:marklogic-unit-test-client
Supports testing MarkLogic applications
https://github.com/marklogic-community/marklogic-unit-test-client