Skip to content

Commit 0ea40ba

Browse files
committed
MLE-24747 Bumped ml-gradle
1 parent 6a4e5bb commit 0ea40ba

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

build.gradle

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ java {
3636

3737
repositories {
3838
mavenCentral()
39+
40+
// Needed for marklogic-junit5 snapshot
3941
maven {
4042
url = "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
4143
}
@@ -82,7 +84,7 @@ dependencies {
8284
compileOnly kafkaConnectRuntime
8385

8486
// Force DHF to use the latest version of ml-gradle, which minimizes security vulnerabilities
85-
implementation "com.marklogic:ml-gradle:6.1-SNAPSHOT"
87+
implementation "com.marklogic:ml-gradle:6.1.0"
8688

8789
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.20.0"
8890

@@ -92,17 +94,7 @@ dependencies {
9294
exclude module: "ml-gradle"
9395
}
9496

95-
testImplementation('com.marklogic:marklogic-junit5:1.5.0') {
96-
// Use the Java Client declared above.
97-
exclude module: "marklogic-client-api"
98-
99-
// Use the Spring dependencies from ml-app-deployer 6 to avoid vulnerabilities in Spring 5.
100-
exclude group: "org.springframework"
101-
}
102-
103-
// Add back all required Spring 6 modules for tests, since junit5 and test code need more than just spring-test
104-
testImplementation "org.springframework:spring-test:6.2.11"
105-
testImplementation "org.springframework:spring-context:6.2.11"
97+
testImplementation 'com.marklogic:marklogic-junit5:2.0-SNAPSHOT'
10698

10799
testImplementation "org.apache.kafka:connect-json:${kafkaVersion}"
108100
testImplementation kafkaConnectRuntime

0 commit comments

Comments
 (0)