From eeae470ad682468951970ac4f2ad4299e6587e15 Mon Sep 17 00:00:00 2001 From: Dan Caseley Date: Tue, 11 Jan 2022 20:09:55 +0000 Subject: [PATCH] Add dependency check report (#75) --- changelog.html | 1 + pom.xml | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) 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 + + + + + + + + +