From 5a00793d9b887a784bfcffaaddf40c5f4a70b22a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 5 Dec 2022 08:15:01 +0100
Subject: [PATCH] chore(deps): Bump dependency-check-maven from 7.3.2 to 7.4.0
 (#581)

* chore(deps): Bump dependency-check-maven from 7.3.2 to 7.4.0

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 7.3.2 to 7.4.0.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v7.3.2...v7.4.0)

---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* docs: update changelog

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim Berthold <75306992+tmberthold@users.noreply.github.com>
---
 CHANGELOG.md | 2 +-
 pom.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f97bf8a9..2e7e1e9d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file.
 - Bump flyway-core from 9.4.0 to 9.8.3
 - Bump spotbugs-annotations from 4.7.2 to 4.7.3
 - Bump spring-boot-starter-parent from 2.7.4 to 2.7.5
-- Bump dependency-check-maven from 7.2.1 to 7.3.2
+- Bump dependency-check-maven from 7.2.1 to 7.4.0
 - Bump equalsverifier from 3.10.1 to 3.11.1
 - Bump checkstyle from 10.3.4 to 10.5.0
 - Bump postgresql version from 42.5.0 to 42.5.1
diff --git a/pom.xml b/pom.xml
index 2fded2d03..90acddeb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
 		<license-plugin.version>4.1</license-plugin.version>
 		<dms.version>2.2.0</dms.version>
 		<taglist.version>3.0.0</taglist.version>
-		<dependency-check.version>7.3.2</dependency-check.version>
+		<dependency-check.version>7.4.0</dependency-check.version>
 		<jxr.version>3.3.0</jxr.version>
 		<snakeyaml.version>1.32</snakeyaml.version>