This repository was archived by the owner on Sep 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919dependencies {
2020 api ' com.marklogic:marklogic-client-api:5.5.3'
2121 api ' com.marklogic:marklogic-xcc:10.0.9'
22- api ' org.springframework:spring-context:5.3.18 '
22+ api ' org.springframework:spring-context:5.3.22 '
2323
2424 implementation ' org.jdom:jdom2:2.0.6.1'
2525
@@ -29,9 +29,9 @@ dependencies {
2929 // LoggingObject; not clear yet on whether the protected Logger in that class should make this an api dependency or not
3030 implementation ' org.slf4j:slf4j-api:1.7.36'
3131
32- testImplementation " org.junit.jupiter:junit-jupiter:5.7.2 "
33- testImplementation ' org.springframework:spring-test:5.3.18 '
34- testImplementation ' org.mockito:mockito-core:2.1.0 '
32+ testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0 '
33+ testImplementation ' org.springframework:spring-test:5.3.22 '
34+ testImplementation ' org.mockito:mockito-core:4.6.1 '
3535
3636 // Used for testing loading modules from the classpath
3737 testImplementation files(" lib/modules.jar" )
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
6- distributionUrl =https\://services.gradle.org/distributions/gradle-7.1 .1-bin.zip
6+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 .1-bin.zip
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ It is not intended to be used to build this project.
5252 <dependency >
5353 <groupId >org.springframework</groupId >
5454 <artifactId >spring-context</artifactId >
55- <version >5.3.18 </version >
55+ <version >5.3.22 </version >
5656 <scope >compile</scope >
5757 </dependency >
5858 <dependency >
You can’t perform that action at this time.
0 commit comments