mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 07:44:23 +01:00
upgrade dependency check core version to 1.3.1
This commit is contained in:
@@ -49,8 +49,8 @@ dependencies {
|
|||||||
compile(
|
compile(
|
||||||
localGroovy(),
|
localGroovy(),
|
||||||
gradleApi(),
|
gradleApi(),
|
||||||
'org.owasp:dependency-check-core:1.3.0',
|
'org.owasp:dependency-check-core:1.3.1',
|
||||||
'org.owasp:dependency-check-utils:1.3.0'
|
'org.owasp:dependency-check-utils:1.3.1'
|
||||||
)
|
)
|
||||||
|
|
||||||
testCompile ('com.netflix.nebula:nebula-test:2.2.2'){
|
testCompile ('com.netflix.nebula:nebula-test:2.2.2'){
|
||||||
@@ -76,9 +76,9 @@ task integTest(type: Test) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = 'com.thoughtworks.tools'
|
group = 'com.thoughtworks.tools'
|
||||||
version = '0.0.7'
|
version = '0.0.8'
|
||||||
|
|
||||||
apply from: 'conf/publish/local.gradle'
|
apply from: 'conf/publish/local.gradle'
|
||||||
//apply from: 'conf/publish/maven.gradle'
|
//apply from: 'conf/publish/maven.gradle'
|
||||||
apply from: 'conf/publish/gradlePluginsPortal.gradle'
|
//apply from: 'conf/publish/gradlePluginsPortal.gradle'
|
||||||
//apply from: 'conf/publish/bintray.gradle' // according to the documentation of plugindev, this line has to be placed and the very end of the build file
|
//apply from: 'conf/publish/bintray.gradle' // according to the documentation of plugindev, this line has to be placed and the very end of the build file
|
||||||
Reference in New Issue
Block a user