diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 381d61373..3cda3d1ef 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,6 +2,29 @@ Please see the [dependency-check google group](https://groups.google.com/forum/#!forum/dependency-check) for the release notes on versions not listed below. +## [Version 3.1.0](https://github.com/jeremylong/DependencyCheck/releases/tag/v3.1.0) (2018-01-02) + +### Enhancements + +- Major enhancements to the Node and NSP analyzer - the analyzers are now considered + production ready and should be used in combination. +- Added a shutdown hook so that if the update process is interrupted while using an H2 + database the lock files will be properly removed allowing future executions of ODC to + succeed. +- UNC paths can now be scanned using the CLI. +- Batch updates are now used which may help with the update speed when using some DBMS + instead of the embedded H2. +- Upgrade Lucene to 5.5.5, the highest version that will allow us to maintain Java 7 support + +### Bug fixes + +- Fixed the CSV report output to correctly list all fields. +- Invalid suppression files will now break the build instead of causing ODC to + skip the usage of the suppression analyzer. +- Fixed bug in Lucene query where LARGE entries in the pom.xml or manifest caused + the query to break. +- General cleanup, false positive, and false negative reduction. + ## [Version 3.0.2](https://github.com/jeremylong/DependencyCheck/releases/tag/v3.0.2) (2017-11-13) ### Bug fixes diff --git a/build-reporting/pom.xml b/build-reporting/pom.xml index e5705b3f5..b535ad6d4 100644 --- a/build-reporting/pom.xml +++ b/build-reporting/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2017 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 Dependency-Check Build-Reporting build-reporting diff --git a/dependency-check-ant/pom.xml b/dependency-check-ant/pom.xml index eb46c51ed..807260637 100644 --- a/dependency-check-ant/pom.xml +++ b/dependency-check-ant/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 dependency-check-ant diff --git a/dependency-check-cli/pom.xml b/dependency-check-cli/pom.xml index 869fbff83..5bf177d07 100644 --- a/dependency-check-cli/pom.xml +++ b/dependency-check-cli/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 dependency-check-cli diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index aa15c6621..2713e1a8a 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 dependency-check-core diff --git a/dependency-check-maven/pom.xml b/dependency-check-maven/pom.xml index 1844b75f7..86e831167 100644 --- a/dependency-check-maven/pom.xml +++ b/dependency-check-maven/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2013 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 dependency-check-maven maven-plugin diff --git a/dependency-check-plugin/pom.xml b/dependency-check-plugin/pom.xml index 0edee5725..f4e88a3a2 100644 --- a/dependency-check-plugin/pom.xml +++ b/dependency-check-plugin/pom.xml @@ -21,7 +21,7 @@ Copyright (c) 2017 Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 org.owasp dependency-check-plugin diff --git a/dependency-check-utils/pom.xml b/dependency-check-utils/pom.xml index ce4225b80..c6d810138 100644 --- a/dependency-check-utils/pom.xml +++ b/dependency-check-utils/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved. org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 dependency-check-utils diff --git a/pom.xml b/pom.xml index b4cf72a36..9363edfb6 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ Copyright (c) 2012 - Jeremy Long org.owasp dependency-check-parent - 3.1.0-SNAPSHOT + 3.1.0 pom