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

Commit 8a78184

Browse files
committed
Updating XCC and Spring dependencies
1 parent b677355 commit 8a78184

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ repositories {
1515

1616
dependencies {
1717
compile 'com.marklogic:java-client-api:3.0.5'
18-
compile 'com.marklogic:marklogic-xcc:8.0.4'
18+
compile 'com.marklogic:marklogic-xcc:8.0.5'
1919
compile 'org.jdom:jdom2:2.0.5'
20-
compile 'org.springframework:spring-context:4.1.5.RELEASE'
20+
compile 'org.springframework:spring-context:4.3.4.RELEASE'
2121

2222
testCompile 'junit:junit:4+'
23-
testCompile 'org.springframework:spring-test:4.1.5.RELEASE'
23+
testCompile 'org.springframework:spring-test:4.3.4.RELEASE'
2424

2525
// Used for testing loading modules from the classpath
2626
testRuntime files("lib/modules.jar")

0 commit comments

Comments
 (0)