This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts.git
The following commit(s) were added to refs/heads/main by this push:
new a314739f3 build(deps): bump org.owasp:dependency-check-maven from
12.2.2 to 13.0.0 (#1840)
a314739f3 is described below
commit a314739f34fec089af899167b2f02d5ac74a4b95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 12:42:59 2026 +0200
build(deps): bump org.owasp:dependency-check-maven from 12.2.2 to 13.0.0
(#1840)
Bumps
[org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck)
from 12.2.2 to 13.0.0.
- [Release
notes](https://github.com/dependency-check/DependencyCheck/releases)
-
[Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/dependency-check/DependencyCheck/compare/v12.2.2...v13.0.0)
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
dependency-version: 13.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 225cb5d9f..0763b406b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -112,7 +112,7 @@
<!-- Maven plugin -->
<maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version>
<maven-surefire-plugin.version>3.5.6</maven-surefire-plugin.version>
- <dependencycheck.version>12.2.2</dependencycheck.version>
+ <dependencycheck.version>13.0.0</dependencycheck.version>
<owasp.skip>false</owasp.skip>
<!-- dependency versions in alphanumeric order -->
@@ -395,7 +395,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
- <version>12.2.2</version>
+ <version>13.0.0</version>
<configuration>
<suppressionFiles>
<suppressionFile>src/etc/project-suppression.xml</suppressionFile>