Skip to content

Commit

Permalink
fixed #105 - Upgraded outdated plugin: owasp dependency-check (3.0.2)
Browse files Browse the repository at this point in the history
owasp dependency-check-maven 3.0.2 instead of 1.4.5
  • Loading branch information
dzc34 committed Nov 18, 2017
1 parent 37b31e8 commit 07121b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ none
- [#101 - Upgraded commons-lang3 (3.7 instead of 3.6)](https://github.com/Asqatasun/Contrast-Finder/issues/101)
- [#102 - Upgraded markdown-page-generator-plugin (2.0.0 instead of 1.0.0)](https://github.com/Asqatasun/Contrast-Finder/issues/102)
- [#103 - Upgraded maven-javadoc-plugin (3.0.0-M1 instead of 2.10.4)](https://github.com/Asqatasun/Contrast-Finder/issues/103)
- [#105 - Upgraded org.owasp:dependency-check (3.0.2 instead of 1.4.5)](https://github.com/Asqatasun/Contrast-Finder/issues/105)

### Bug
none
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<maven-javadoc-plugin.version>3.0.0-M1</maven-javadoc-plugin.version>
<maven-jxr-plugin.version>2.5</maven-jxr-plugin.version>
<maven-checkstyle-plugin.version>2.17</maven-checkstyle-plugin.version>
<dependency-check-maven.version>1.4.5</dependency-check-maven.version>
<dependency-check-maven.version>3.0.2</dependency-check-maven.version>
</properties>
<prerequisites> <!-- Maven 3.1 is required to use the following plugin: -->
<maven>3.1</maven> <!-- ............ org.owasp:dependency-check-maven -->
Expand Down

0 comments on commit 07121b8

Please sign in to comment.