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

Commit 2462a67

Browse files
committed
Bumped to 4.4.0
Also bumped XCC dependency to 11.0.0, which is functionally a no-op
1 parent 637f3c9 commit 2462a67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = "com.marklogic"
13-
version = "4.4-SNAPSHOT"
13+
version = "4.4.0"
1414

1515
java {
1616
sourceCompatibility = 1.8
@@ -23,7 +23,7 @@ repositories {
2323

2424
dependencies {
2525
api 'com.marklogic:marklogic-client-api:6.0.0'
26-
api 'com.marklogic:marklogic-xcc:10.0.9.5'
26+
api 'com.marklogic:marklogic-xcc:11.0.0'
2727
api 'org.springframework:spring-context:5.3.24'
2828

2929
implementation 'org.jdom:jdom2:2.0.6.1'

0 commit comments

Comments
 (0)