Skip to content

Commit a6e474e

Browse files
ryanjdewSameeraPriyathamTadikonda
authored andcommitted
DHFPROD-8690: Update Spring dependencies
1 parent 91299b2 commit a6e474e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

marklogic-data-hub-api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ snyk {
1616
}
1717

1818
dependencies {
19-
api "com.marklogic:ml-app-deployer:4.3.1"
19+
api "com.marklogic:ml-app-deployer:4.3.2"
2020

2121
implementation "org.apache.commons:commons-lang3:3.12.0"
2222
implementation "org.slf4j:slf4j-api:1.7.31"

marklogic-data-hub-central/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ springBootJarName=marklogic-data-hub-central
66
# stacks. The only difference is that the former prefers Jackson 2.12.x and the latter 2.11.x. The latter prefers 2.11.x
77
# because that's what the ML Java Client prefers. A github ticket has been created to bump up the ML Java Client to 2.12.x so
88
# that all the versions are aligned.
9-
springBootVersion=2.5.3
10-
springSecurityVersion=5.5.1
9+
springBootVersion=2.5.12
10+
springSecurityVersion=5.5.5
1111

1212
# Passed to bootRun as the value of spring.profiles.active
1313
# Defaults to "dev" since it's assumed that "./gradlew bootRun" is only used during development. For production, or any

marklogic-data-hub-junit5/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ snyk {
1818
dependencies {
1919
api "org.junit.jupiter:junit-jupiter:5.7.2"
2020
api "org.slf4j:slf4j-api:1.7.31"
21-
api "org.springframework:spring-test:5.3.9"
21+
api "org.springframework:spring-test:5.3.18"
2222
api project(":marklogic-data-hub")
2323

2424
api "com.marklogic:marklogic-unit-test-client:1.1.0"

marklogic-data-hub/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java-library'
44
id 'java-test-fixtures'
55
id 'maven-publish'
6-
id 'com.marklogic.ml-gradle' version '4.3.2'
6+
id 'com.marklogic.ml-gradle' version '4.3.3'
77
id "com.github.node-gradle.node" version "2.2.4"
88
id 'com.marklogic.ml-development-tools' version '5.5.0'
99

@@ -61,7 +61,7 @@ dependencies {
6161
testImplementation files("src/testFixtures/resources")
6262

6363
testImplementation "org.junit.jupiter:junit-jupiter:5.7.2"
64-
testImplementation "org.springframework:spring-test:5.3.9"
64+
testImplementation "org.springframework:spring-test:5.3.18"
6565

6666
// For managing a pool of HubConfigImpl objects
6767
testFixturesApi "org.apache.commons:commons-pool2:2.10.0"

ml-data-hub-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ snyk {
3838
dependencies {
3939
implementation gradleApi()
4040
implementation (project(':marklogic-data-hub'))
41-
implementation 'com.marklogic:ml-gradle:4.3.2'
41+
implementation 'com.marklogic:ml-gradle:4.3.3'
4242
implementation "org.apache.commons:commons-lang3:3.12.0"
4343
implementation "com.fasterxml.jackson.core:jackson-databind:2.11.1"
4444
implementation 'commons-io:commons-io:2.11.0'

0 commit comments

Comments
 (0)