This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ plugins {
99}
1010
1111group = " com.marklogic"
12- version = " 2.5 .0"
12+ version = " 2.6 .0"
1313
1414java {
1515 sourceCompatibility = 1.8
@@ -21,12 +21,11 @@ ext {
2121}
2222
2323repositories {
24- mavenLocal()
2524 mavenCentral()
2625}
2726
2827dependencies {
29- api ' com.marklogic:marklogic-client-api:6.0 .0'
28+ api ' com.marklogic:marklogic-client-api:6.1 .0'
3029 implementation ' org.slf4j:slf4j-api:1.7.36'
3130
3231 testImplementation ' com.marklogic:marklogic-junit5:1.2.0'
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-data-movement-components</artifactId >
15- <version >2.5 .0</version >
15+ <version >2.6 .0</version >
1616 <name >com.marklogic:marklogic-data-movement-components</name >
1717 <description >Reusable components that depend solely on MarkLogic's DMSDK</description >
1818 <url >https://github.com/marklogic-community/marklogic-data-movement-components</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-client-api</artifactId >
43- <version >6.0 .0</version >
43+ <version >6.1 .0</version >
4444 <scope >compile</scope >
4545 </dependency >
4646 <dependency >
You can’t perform that action at this time.
0 commit comments