This is an automated email from the ASF dual-hosted git repository. andor pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zookeeper.git
The following commit(s) were added to refs/heads/master by this push: new 178076a97 ZOOKEEPER-4960: Upgrade OWASP plugin to 12.1.3 due to recent parsing errors 178076a97 is described below commit 178076a979cc8218c919f320a90b6cd4188b907f Author: Andor Molnár <an...@apache.org> AuthorDate: Sun Aug 17 08:00:44 2025 -0500 ZOOKEEPER-4960: Upgrade OWASP plugin to 12.1.3 due to recent parsing errors Reviewers: ctubbsii, kezhuw Author: anmolnar Closes #2297 from anmolnar/ZOOKEEPER-4960 --- Jenkinsfile-owasp | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile-owasp b/Jenkinsfile-owasp index 03ba497ac..2831dd4d6 100644 --- a/Jenkinsfile-owasp +++ b/Jenkinsfile-owasp @@ -29,7 +29,7 @@ pipeline { tools { maven "maven_latest" - jdk "jdk_1.8_latest" + jdk "jdk_11_latest" } stages { diff --git a/pom.xml b/pom.xml index 0629d1b7c..94c05b665 100644 --- a/pom.xml +++ b/pom.xml @@ -889,7 +889,7 @@ <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> - <version>8.3.1</version> + <version>12.1.3</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId>