[rest-gradle-plugin] 77/83: Bumping publisher to next release version and upgrading spock
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Oct 25 15:59:09 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository rest-gradle-plugin.
commit 69d0687a493b184a9581d5319cdb356883cc4645
Author: noamt <noam at 10ne.org>
Date: Mon May 30 10:31:52 2016 +0300
Bumping publisher to next release version and upgrading spock
---
build.gradle | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.gradle b/build.gradle
index c5e439c..a0d6097 100644
--- a/build.gradle
+++ b/build.gradle
@@ -49,10 +49,10 @@ dependencies {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
exclude group: 'org.codehaus.groovy', module: 'groovy'
}
- testCompile ('org.spockframework:spock-core:0.7-groovy-2.0') {
+ testCompile ('org.spockframework:spock-core:1.0-groovy-2.4') {
exclude group: 'org.codehaus.groovy', module: 'groovy-all'
}
- testCompile 'cglib:cglib-nodep:2.2.2'
+ testCompile 'cglib:cglib-nodep:3.1'
}
task sourceJar(type: Jar) {
@@ -97,7 +97,7 @@ pluginBundle {
id = 'org.tenne.rest'
displayName = 'REST Gradle Plugin'
tags = ['REST', 'API']
- version = '0.4.1'
+ version = '0.4.2'
}
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rest-gradle-plugin.git
More information about the pkg-java-commits
mailing list