Skip to content

Commit 56c9972

Browse files
committed
MLE-27841 Bumped undertow and ml-gradle
Now using ml-gradle 6.2.0 instead of SNAPSHOT
1 parent 100d21f commit 56c9972

File tree

3 files changed

+5
-22
lines changed

3 files changed

+5
-22
lines changed

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.20.0'
1717

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

2020
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
2121
testImplementation "org.junit.jupiter:junit-jupiter:${junitVersion}"

marklogic-client-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
testImplementation 'org.apache.commons:commons-lang3:3.20.0'
5656

5757
// Allows talking to the Manage API.
58-
testImplementation "com.marklogic:ml-app-deployer:6.2-SNAPSHOT"
58+
testImplementation "com.marklogic:ml-app-deployer:6.2.0"
5959

6060
testImplementation "org.mockito:mockito-core:5.22.0"
6161

test-app/build.gradle

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,20 @@
22
* Copyright (c) 2010-2026 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.
33
*/
44

5-
buildscript {
6-
repositories {
7-
mavenCentral()
8-
9-
mavenLocal()
10-
11-
// Needed for ml-gradle 6.2-SNAPSHOT
12-
maven {
13-
url = "https://bed-artifactory.bedford.progress.com:443/artifactory/ml-maven-snapshots/"
14-
}
15-
}
16-
dependencies {
17-
classpath "com.marklogic:ml-gradle:6.2-SNAPSHOT"
18-
}
19-
}
20-
215
plugins {
226
id "net.saliman.properties" version "1.5.2"
7+
id "com.marklogic.ml-gradle" version "6.2.0"
238
id "com.github.psxpaul.execfork" version "0.2.2"
249
}
2510

26-
apply plugin: "com.marklogic.ml-gradle"
27-
2811
// Sometimes, 3 x 20 isn't enough on Jenkins.
2912
mlWaitTillReady {
3013
maxAttempts = 40
3114
}
3215

3316
dependencies {
34-
implementation "io.undertow:undertow-core:2.3.23.Final"
35-
implementation "io.undertow:undertow-servlet:2.3.23.Final"
17+
implementation "io.undertow:undertow-core:2.3.24.Final"
18+
implementation "io.undertow:undertow-servlet:2.3.24.Final"
3619
implementation 'org.slf4j:slf4j-api:2.0.17'
3720
implementation "ch.qos.logback:logback-classic:${logbackVersion}"
3821
implementation "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"

0 commit comments

Comments
 (0)