Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Bumped to 4.4.0
Browse files Browse the repository at this point in the history
Also bumped XCC dependency to 11.0.0, which is functionally a no-op
  • Loading branch information
rjrudin committed Dec 28, 2022
1 parent 637f3c9 commit 2462a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
}

group = "com.marklogic"
version = "4.4-SNAPSHOT"
version = "4.4.0"

java {
sourceCompatibility = 1.8
Expand All @@ -23,7 +23,7 @@ repositories {

dependencies {
api 'com.marklogic:marklogic-client-api:6.0.0'
api 'com.marklogic:marklogic-xcc:10.0.9.5'
api 'com.marklogic:marklogic-xcc:11.0.0'
api 'org.springframework:spring-context:5.3.24'

implementation 'org.jdom:jdom2:2.0.6.1'
Expand Down

0 comments on commit 2462a67

Please sign in to comment.