File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
marklogic-data-hub-central
marklogic-data-hub-junit5 Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1616}
1717
1818dependencies {
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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1818dependencies {
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"
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 3838dependencies {
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'
You can’t perform that action at this time.
0 commit comments