File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
marklogic-unit-test-client Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ adding the following configuration to the project's `build.gradle` file:
2929
3030```
3131dependencies {
32- mlBundle "com.marklogic:marklogic-unit-test-modules:1.4 .0"
32+ mlBundle "com.marklogic:marklogic-unit-test-modules:1.5 .0"
3333}
3434```
3535
@@ -48,7 +48,7 @@ buildscript {
4848 mavenCentral()
4949 }
5050 dependencies {
51- classpath "com.marklogic:marklogic-unit-test-client:1.4 .0"
51+ classpath "com.marklogic:marklogic-unit-test-client:1.5 .0"
5252 }
5353}
5454```
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
1818 mavenCentral()
1919 }
2020 dependencies {
21- classpath "com.marklogic:marklogic-unit-test-client:1.4 .0"
21+ classpath "com.marklogic:marklogic-unit-test-client:1.5 .0"
2222 }
2323}
2424```
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath " com.marklogic:marklogic-unit-test-client:1.4 .0"
6+ classpath " com.marklogic:marklogic-unit-test-client:1.5 .0"
77 }
88}
99
@@ -17,5 +17,5 @@ repositories {
1717}
1818
1919dependencies {
20- mlBundle " com.marklogic:marklogic-unit-test-modules:1.4 .0"
20+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.5 .0"
2121}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ buildscript {
33 mavenCentral()
44 }
55 dependencies {
6- classpath " com.marklogic:marklogic-unit-test-client:1.4 .0"
6+ classpath " com.marklogic:marklogic-unit-test-client:1.5 .0"
77 }
88}
99
@@ -17,5 +17,5 @@ repositories {
1717}
1818
1919dependencies {
20- mlBundle " com.marklogic:marklogic-unit-test-modules:1.4 .0"
20+ mlBundle " com.marklogic:marklogic-unit-test-modules:1.5 .0"
2121}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212 <modelVersion >4.0.0</modelVersion >
1313 <groupId >com.marklogic</groupId >
1414 <artifactId >marklogic-junit5</artifactId >
15- <version >1.4 .0</version >
15+ <version >1.5 .0</version >
1616 <name >com.marklogic:marklogic-junit5</name >
1717 <description >Supports testing MarkLogic applications</description >
1818 <url >https://github.com/marklogic-community/marklogic-junit5</url >
@@ -40,7 +40,7 @@ It is not intended to be used to build this project.
4040 <dependency >
4141 <groupId >com.marklogic</groupId >
4242 <artifactId >marklogic-unit-test-client</artifactId >
43- <version >1.4 .0</version >
43+ <version >1.5 .0</version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
1212 <modelVersion >4.0.0</modelVersion >
1313 <groupId >com.marklogic</groupId >
1414 <artifactId >marklogic-unit-test-client</artifactId >
15- <version >1.4 .0</version >
15+ <version >1.5 .0</version >
1616 <name >com.marklogic:marklogic-unit-test-client</name >
1717 <description >Supports testing MarkLogic applications</description >
1818 <url >https://github.com/marklogic-community/marklogic-unit-test-client</url >
You can’t perform that action at this time.
0 commit comments