@@ -17,17 +17,20 @@ java {
1717
1818repositories {
1919 mavenCentral()
20+ maven {
21+ url " https://nexus.marklogic.com/repository/maven-snapshots/"
22+ }
2023}
2124
2225dependencies {
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 '
2528 api ' com.fasterxml.jackson.core:jackson-databind:2.14.1'
2629
2730 implementation ' jaxen:jaxen:1.2.0'
2831 implementation ' com.squareup.okhttp3:okhttp:4.10.0'
2932 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 '
3134 implementation ' org.jdom:jdom2:2.0.6.1'
3235
3336 // Forcing httpclient to use this to address https://snyk.io/vuln/SNYK-JAVA-COMMONSCODEC-561518
@@ -37,7 +40,7 @@ dependencies {
3740 implementation " org.apache.commons:commons-lang3:3.12.0"
3841
3942 // 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 " ) {
4144 // Prefer the api version declared above
4245 exclude module : " jackson-databind"
4346 }
@@ -51,8 +54,8 @@ dependencies {
5154 compileOnly " com.beust:jcommander:1.82"
5255 compileOnly " ch.qos.logback:logback-classic:1.3.5"
5356
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 '
5659 testImplementation ' commons-io:commons-io:2.11.0'
5760 testImplementation ' xmlunit:xmlunit:1.6'
5861
0 commit comments