File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ plugins {
1313}
1414
1515group = " com.marklogic"
16- version = " 4.6 -SNAPSHOT"
16+ version = " 4.5 -SNAPSHOT"
1717
1818java {
1919 sourceCompatibility = 1.8
@@ -22,18 +22,21 @@ java {
2222
2323repositories {
2424 mavenCentral()
25+ maven {
26+ url " https://nexus.marklogic.com/repository/maven-snapshots/"
27+ }
2528}
2629
2730dependencies {
2831 implementation gradleApi()
2932 implementation localGroovy()
3033
31- api ' com.marklogic:ml-app-deployer:4.5.1 '
34+ api ' com.marklogic:ml-app-deployer:4.6-SNAPSHOT '
3235 implementation " com.marklogic:mlcp-util:1.0.1"
3336 implementation " com.marklogic:marklogic-data-movement-components:2.6.0"
3437 implementation " commons-io:commons-io:2.11.0"
3538
36- compileOnly " com.marklogic:marklogic-unit-test-client:1.2.1 "
39+ compileOnly " com.marklogic:marklogic-unit-test-client:1.3.0 "
3740
3841 testImplementation localGroovy()
3942 testImplementation gradleTestKit()
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation " org.springframework:spring-jdbc:5.0.1.RELEASE "
11+ implementation " org.springframework:spring-jdbc:5.3.27 "
1212
1313 /**
1414 * 42.1.4 is the latest version that works.
You can’t perform that action at this time.
0 commit comments