bookkeeper
bookkeeper copied to clipboard
Upgrade dependency-check-maven to 12.1.3 to fix OWASP CI job
Motivation
According to the changelog for version 12.1.1, this update includes the following important fix:
fix: resolve NVD data Parse error com.fasterxml.jackson.core.JsonParseException: Unexpected character (']' (code 93))
Upgrading to 12.1.3 ensures this and other recent fixes are included, improving the reliability of the OWASP Dependency-Check Maven plugin in this project.
Changes
- Bump
dependency-check-maven.versionfrom 12.1.0 to 12.1.3 inpom.xml.