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

Commit 2b5d907

Browse files
authored
Merge pull request #480 from marklogic/feature/bump-spring
Bumped Spring to 5.3.27
2 parents 0b6cc37 + 9eda5cb commit 2b5d907

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

build.gradle

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,20 @@ java {
1717

1818
repositories {
1919
mavenCentral()
20+
maven {
21+
url "https://nexus.marklogic.com/repository/maven-snapshots/"
22+
}
2023
}
2124

2225
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'
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

Comments
 (0)