Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 307e1c0

Browse files
authored
Merge pull request #175 from marklogic/feature/bump-dependencies
Bumping Spring to 5.3.27
2 parents 9ab27c7 + fb48eb4 commit 307e1c0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ repositories {
2222
}
2323

2424
dependencies {
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")

0 commit comments

Comments
 (0)