Skip to content

Commit 3ebb567

Browse files
committed
Updated dependencies
1 parent d6aed3b commit 3ebb567

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
@@ -7,7 +7,7 @@ plugins {
77
id "com.gradle.plugin-publish" version "1.2.1"
88
id "java-gradle-plugin"
99

10-
id "net.saliman.properties" version "1.5.1"
10+
id "net.saliman.properties" version "1.5.2"
1111
id "io.snyk.gradle.plugin.snykplugin" version "0.4"
1212
}
1313

@@ -17,7 +17,7 @@ if (project.hasProperty("signing.keyId")) {
1717
}
1818

1919
group = "com.marklogic"
20-
version = "4.7-SNAPSHOT"
20+
version = "4.8.0-SNAPSHOT"
2121

2222
java {
2323
sourceCompatibility = 1.8
@@ -36,10 +36,10 @@ dependencies {
3636
implementation gradleApi()
3737
implementation localGroovy()
3838

39-
api 'com.marklogic:ml-app-deployer:4.7.0'
39+
api 'com.marklogic:ml-app-deployer:4.8.0-SNAPSHOT'
4040
implementation "com.marklogic:mlcp-util:1.0.1"
41-
implementation "com.marklogic:marklogic-data-movement-components:2.7.0"
42-
implementation "commons-io:commons-io:2.15.1"
41+
implementation "com.marklogic:marklogic-data-movement-components:2.8.0"
42+
implementation "commons-io:commons-io:2.16.1"
4343

4444
compileOnly "com.marklogic:marklogic-unit-test-client:1.4.0"
4545

@@ -49,7 +49,7 @@ dependencies {
4949

5050
// Force spock-core to use 4.13.2 to avoid security issue in 4.11
5151
testImplementation 'junit:junit:4.13.2'
52-
testImplementation('org.spockframework:spock-core:2.1-groovy-3.0') {
52+
testImplementation('org.spockframework:spock-core:2.3-groovy-3.0') {
5353
exclude module: 'groovy-all'
5454
}
5555
}

0 commit comments

Comments
 (0)