This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,9 @@ repositories {
2222}
2323
2424dependencies {
25- api ' com.marklogic:marklogic-client-api:6.1 .0'
26- api ' com.marklogic:marklogic-xcc:11.0.0 '
27- api ' org.springframework:spring-context:5.3.24 '
25+ api ' com.marklogic:marklogic-client-api:6.2 .0'
26+ api ' com.marklogic:marklogic-xcc:11.0.2 '
27+ api ' org.springframework:spring-context:5.3.27 '
2828
2929 implementation ' org.jdom:jdom2:2.0.6.1'
3030
@@ -34,9 +34,9 @@ dependencies {
3434 // LoggingObject; not clear yet on whether the protected Logger in that class should make this an api dependency or not
3535 implementation ' org.slf4j:slf4j-api:1.7.36'
3636
37- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.1 '
38- testImplementation ' org.springframework:spring-test:5.3.24 '
39- testImplementation ' org.mockito:mockito-core:4.9 .0'
37+ testImplementation ' org.junit.jupiter:junit-jupiter:5.9.3 '
38+ testImplementation ' org.springframework:spring-test:5.3.27 '
39+ testImplementation ' org.mockito:mockito-core:4.11 .0'
4040
4141 // Used for testing loading modules from the classpath
4242 testImplementation files(" lib/modules.jar" )
You can’t perform that action at this time.
0 commit comments