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

Commit 65f480a

Browse files
committed
Bumped to 4.4.0
Bumped ml-javaclient-util to 4.4.0 and also jackson-databind to match Java Client 6.0.0
1 parent fa8863c commit 65f480a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.marklogic"
11-
version = "4.4-SNAPSHOT"
11+
version = "4.4.0"
1212

1313
java {
1414
sourceCompatibility = 1.8
@@ -21,9 +21,9 @@ repositories {
2121
}
2222

2323
dependencies {
24-
api 'com.marklogic:ml-javaclient-util:4.3.7'
24+
api 'com.marklogic:ml-javaclient-util:4.4.0'
2525
api 'org.springframework:spring-web:5.3.24'
26-
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
26+
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
2727

2828
implementation 'jaxen:jaxen:1.2.0'
2929
implementation 'org.apache.httpcomponents:httpclient:4.5.13'

0 commit comments

Comments
 (0)