This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 7e301f521d3 chore(deps): Bump org.owasp:dependency-check-maven from
10.0.4 to 11.0.0 (#16049)
7e301f521d3 is described below
commit 7e301f521d35f3b1f73e58a1c20e3ab199d475b9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 22 13:59:43 2024 +0200
chore(deps): Bump org.owasp:dependency-check-maven from 10.0.4 to 11.0.0
(#16049)
Bumps
[org.owasp:dependency-check-maven](https://github.com/jeremylong/DependencyCheck)
from 10.0.4 to 11.0.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/v10.0.4...v11.0.0)
---
updated-dependencies:
- dependency-name: org.owasp:dependency-check-maven
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>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index dd314226640..cbd3352a07f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -339,7 +339,7 @@
<maven-jar-plugin-version>3.4.2</maven-jar-plugin-version>
<maven-javadoc-plugin-version>3.10.1</maven-javadoc-plugin-version>
<maven-maven-plugin-descriptor-version>2.2.1</maven-maven-plugin-descriptor-version>
- <maven-owasp-plugin-version>10.0.4</maven-owasp-plugin-version>
+ <maven-owasp-plugin-version>11.0.0</maven-owasp-plugin-version>
<maven-plugin-plugin-version>3.15.0</maven-plugin-plugin-version>
<maven-plugin-annotations-version>3.15.0</maven-plugin-annotations-version>
<maven-plugin-testing-harness-version>3.3.0</maven-plugin-testing-harness-version>