Skip to content

Commit

Permalink
Fix for CVE-2976 + add CVE checker
Browse files Browse the repository at this point in the history
Signed-off-by: Omar Khasawneh <[email protected]>
  • Loading branch information
okhasawn committed Sep 15, 2023
1 parent 86b6988 commit a17df1e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion java-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ plugins {
checkstyle
`maven-publish`
id("com.github.jk1.dependency-license-report") version "2.5"
id("org.owasp.dependencycheck") version "8.4.0"
}
apply(plugin = "opensearch.repositories")
apply(plugin = "org.owasp.dependencycheck")

configurations {
all {
Expand All @@ -62,7 +64,7 @@ configurations {
}

checkstyle {
toolVersion = "10.0"
toolVersion = "10.12.3"
}

java {
Expand Down

0 comments on commit a17df1e

Please sign in to comment.