modify README

This commit is contained in:
ma wei
2015-09-21 09:26:25 +08:00
parent 07e868e6f6
commit ad81bbc761

View File

@@ -10,9 +10,7 @@ Dependency-Check is a utility that attempts to detect publicly disclosed vulnera
========= =========
## What's New ## What's New
Current latest version is `0.0.7` Current latest version is `0.0.8`
- Implement nested configuration for proxy settings
- Bug fix: Remove duplicated configuration items
## Usage ## Usage
@@ -26,7 +24,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath 'com.thoughtworks.tools:dependency-check:0.0.7' classpath 'com.thoughtworks.tools:dependency-check:0.0.8'
} }
} }
@@ -93,7 +91,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.7" classpath "gradle.plugin.com.tools.security:dependency-check:0.0.8"
} }
} }
@@ -110,7 +108,7 @@ buildscript {
mavenCentral() mavenCentral()
} }
dependencies { dependencies {
classpath "gradle.plugin.com.tools.security:dependency-check:0.0.7" classpath "gradle.plugin.com.tools.security:dependency-check:0.0.8"
} }
} }