Skip to content

Commit 178076a

Browse files
authored
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
1 parent 82edaa7 commit 178076a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Jenkinsfile-owasp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ pipeline {
2929

3030
tools {
3131
maven "maven_latest"
32-
jdk "jdk_1.8_latest"
32+
jdk "jdk_11_latest"
3333
}
3434

3535
stages {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@
889889
<plugin>
890890
<groupId>org.owasp</groupId>
891891
<artifactId>dependency-check-maven</artifactId>
892-
<version>8.3.1</version>
892+
<version>12.1.3</version>
893893
</plugin>
894894
<plugin>
895895
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)