@@ -17,17 +17,20 @@ java {
17
17
18
18
repositories {
19
19
mavenCentral()
20
+ maven {
21
+ url " https://nexus.marklogic.com/repository/maven-snapshots/"
22
+ }
20
23
}
21
24
22
25
dependencies {
23
- api ' com.marklogic:ml-javaclient-util:4.5.0 '
24
- api ' org.springframework:spring-web:5.3.24 '
26
+ api ' com.marklogic:ml-javaclient-util:4.6-SNAPSHOT '
27
+ api ' org.springframework:spring-web:5.3.27 '
25
28
api ' com.fasterxml.jackson.core:jackson-databind:2.14.1'
26
29
27
30
implementation ' jaxen:jaxen:1.2.0'
28
31
implementation ' com.squareup.okhttp3:okhttp:4.10.0'
29
32
implementation ' io.github.rburgst:okhttp-digest:2.7'
30
- implementation ' org.apache.httpcomponents:httpclient:4.5.13 '
33
+ implementation ' org.apache.httpcomponents:httpclient:4.5.14 '
31
34
implementation ' org.jdom:jdom2:2.0.6.1'
32
35
33
36
// Forcing httpclient to use this to address https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
@@ -37,7 +40,7 @@ dependencies {
37
40
implementation " org.apache.commons:commons-lang3:3.12.0"
38
41
39
42
// For PreviewInterceptor; can be excluded if that feature is not used
40
- implementation(" com.flipkart.zjsonpatch:zjsonpatch:0.4.12 " ) {
43
+ implementation(" com.flipkart.zjsonpatch:zjsonpatch:0.4.14 " ) {
41
44
// Prefer the api version declared above
42
45
exclude module : " jackson-databind"
43
46
}
@@ -51,8 +54,8 @@ dependencies {
51
54
compileOnly " com.beust:jcommander:1.82"
52
55
compileOnly " ch.qos.logback:logback-classic:1.3.5"
53
56
54
- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.1 '
55
- testImplementation ' org.springframework:spring-test:5.3.24 '
57
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.9.3 '
58
+ testImplementation ' org.springframework:spring-test:5.3.27 '
56
59
testImplementation ' commons-io:commons-io:2.11.0'
57
60
testImplementation ' xmlunit:xmlunit:1.6'
58
61
0 commit comments