Skip to content

Commit 47f0091

Browse files
committed
MLE-24826 Bumping Spring, undertow for CVEs
Also bumped an old version of xmlunit. Pretty sure the junit:junit stuff can be easily removed next.
1 parent 7566d49 commit 47f0091

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ subprojects {
2323
}
2424

2525
repositories {
26-
mavenLocal()
2726
mavenCentral()
2827

2928
// Needed so that ml-development-tools can resolve snapshots of marklogic-client-api.

marklogic-client-api-functionaltests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515

1616
testImplementation 'org.apache.commons:commons-lang3:3.19.0'
1717

18-
testImplementation "com.marklogic:ml-app-deployer:6.1.0"
18+
testImplementation "com.marklogic:ml-app-deployer:6.2-SNAPSHOT"
1919

2020
testImplementation 'ch.qos.logback:logback-classic:1.5.19'
2121
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'

marklogic-client-api/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
compileOnly 'org.dom4j:dom4j:2.2.0'
3737
compileOnly 'com.google.code.gson:gson:2.13.2'
3838

39-
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
39+
testImplementation 'org.junit.jupiter:junit-jupiter:5.14.0'
4040

4141
// Forcing junit version to avoid vulnerability with older version in xmlunit
4242
testImplementation 'junit:junit:4.13.2'
@@ -46,7 +46,7 @@ dependencies {
4646
testImplementation 'org.apache.commons:commons-lang3:3.19.0'
4747

4848
// Allows talking to the Manage API.
49-
testImplementation "com.marklogic:ml-app-deployer:6.1.0"
49+
testImplementation "com.marklogic:ml-app-deployer:6.2-SNAPSHOT"
5050

5151
testImplementation "org.mockito:mockito-core:5.20.0"
5252
testImplementation "org.mockito:mockito-inline:5.2.0"

ml-development-tools/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
// Not yet migrating this project to JUnit 5. Will reconsider it once we have a reason to enhance
3333
// this project.
3434
testImplementation 'junit:junit:4.13.2'
35-
testImplementation 'xmlunit:xmlunit:1.6'
35+
testImplementation 'org.xmlunit:xmlunit-legacy:2.10.4'
3636
testCompileOnly gradleTestKit()
3737

3838
testImplementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"

test-app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ plugins {
99
}
1010

1111
dependencies {
12-
implementation "io.undertow:undertow-core:2.3.19.Final"
13-
implementation "io.undertow:undertow-servlet:2.3.19.Final"
12+
implementation "io.undertow:undertow-core:2.3.20.Final"
13+
implementation "io.undertow:undertow-servlet:2.3.20.Final"
1414
implementation 'org.slf4j:slf4j-api:2.0.17'
1515
implementation 'ch.qos.logback:logback-classic:1.5.19'
1616
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"

0 commit comments

Comments
 (0)