diff --git a/changelog.html b/changelog.html index cf7ffc3a0..d6ed1a535 100644 --- a/changelog.html +++ b/changelog.html @@ -50,6 +50,7 @@

  • [#25] - Java 11 Jaxb issue
  • [#39] - Requests fail when using XML as accept type on Openfire servers running java 11
  • [#68] - Fix for incompatibility with Openfire v4.7.0-beta and later
  • +
  • [#77] - Add dependency checking
  • 1.6.0 June 18, 2021

    diff --git a/pom.xml b/pom.xml index ecfb83b94..85c598ea3 100644 --- a/pom.xml +++ b/pom.xml @@ -79,6 +79,32 @@ + + + deps + + + + org.owasp + dependency-check-maven + 6.5.0 + + true + true + + + + + check + + + + + + + + +