Skip to content

Commit 003cb68

Browse files
authored
Merge pull request #656 from marklogic/feature/bump-spring
Bumped Spring to 5.3.27
2 parents 6ecf5d2 + 1607bd8 commit 003cb68

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
group = "com.marklogic"
16-
version = "4.6-SNAPSHOT"
16+
version = "4.5-SNAPSHOT"
1717

1818
java {
1919
sourceCompatibility = 1.8
@@ -22,18 +22,21 @@ java {
2222

2323
repositories {
2424
mavenCentral()
25+
maven {
26+
url "https://nexus.marklogic.com/repository/maven-snapshots/"
27+
}
2528
}
2629

2730
dependencies {
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()

examples/jdbc-project/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
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.

0 commit comments

Comments
 (0)