Bump dependency-check-maven from 6.1.3 to 6.1.5

Bumps [dependency-check-maven](https://github.com/jeremylong/DependencyCheck) from 6.1.3 to 6.1.5.
- [Release notes](https://github.com/jeremylong/DependencyCheck/releases)
- [Changelog](https://github.com/jeremylong/DependencyCheck/blob/main/RELEASE_NOTES.md)
- [Commits](https://github.com/jeremylong/DependencyCheck/compare/v6.1.3...v6.1.5)

Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/pom.xml b/pom.xml
index ff6a234..43067d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -538,7 +538,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <targetJdk>1.8</targetJdk>
         <clirr.version>2.8</clirr.version>
-        <maven-owasp-plugin-version>6.1.3</maven-owasp-plugin-version>
+        <maven-owasp-plugin-version>6.1.5</maven-owasp-plugin-version>
 
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>