Skip to content

Commit

Permalink
Bumped to 2.7.0
Browse files Browse the repository at this point in the history
Only change is bumping Java Client dependency.
  • Loading branch information
rjrudin committed Sep 6, 2023
1 parent 06ace70 commit 304ab45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group = "com.marklogic"
version = "2.6.0"
version = "2.7.0"

java {
sourceCompatibility = 1.8
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It is not intended to be used to build this project.
<modelVersion>4.0.0</modelVersion>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-data-movement-components</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
<name>com.marklogic:marklogic-data-movement-components</name>
<description>Reusable components that depend solely on MarkLogic's DMSDK</description>
<url>https://github.com/marklogic-community/marklogic-data-movement-components</url>
Expand Down Expand Up @@ -40,7 +40,7 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.marklogic</groupId>
<artifactId>marklogic-client-api</artifactId>
<version>6.1.0</version>
<version>6.3.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 304ab45

Please sign in to comment.