From 304ab45c4656fed93d44aff05a58e67b345aa0d3 Mon Sep 17 00:00:00 2001 From: Rob Rudin Date: Wed, 6 Sep 2023 12:45:37 -0400 Subject: [PATCH] Bumped to 2.7.0 Only change is bumping Java Client dependency. --- build.gradle | 7 ++++--- pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 33c396c..f524246 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ plugins { } group = "com.marklogic" -version = "2.6.0" +version = "2.7.0" java { sourceCompatibility = 1.8 @@ -22,13 +22,14 @@ ext { repositories { mavenCentral() + mavenLocal() } dependencies { - api 'com.marklogic:marklogic-client-api:6.1.0' + api 'com.marklogic:marklogic-client-api:6.3.0' implementation 'org.slf4j:slf4j-api:1.7.36' - testImplementation 'com.marklogic:marklogic-junit5:1.2.0' + testImplementation 'com.marklogic:marklogic-junit5:1.3.0' // Forcing Spring to use logback instead of commons-logging testImplementation "ch.qos.logback:logback-classic:1.3.5" // Not using 1.4.x yet as it requires Java 11 diff --git a/pom.xml b/pom.xml index 30e141b..cb44624 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ It is not intended to be used to build this project. 4.0.0 com.marklogic marklogic-data-movement-components - 2.6.0 + 2.7.0 com.marklogic:marklogic-data-movement-components Reusable components that depend solely on MarkLogic's DMSDK https://github.com/marklogic-community/marklogic-data-movement-components @@ -40,7 +40,7 @@ It is not intended to be used to build this project. com.marklogic marklogic-client-api - 6.1.0 + 6.3.0 compile