Skip to content

Commit

Permalink
Require Mozilla Rhino 1.7.12 to fix SNYK-JAVA-ORGMOZILLA-1314295.
Browse files Browse the repository at this point in the history
Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable committed Dec 8, 2023
1 parent 668066f commit 0c99d1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions data-prepper-plugins/kafka-plugins/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,15 @@ dependencies {
testImplementation libs.protobuf.util
testImplementation libs.commons.io
testImplementation libs.armeria.grpc

constraints {
implementation('org.mozilla:rhino') {
version {
require '1.7.12'
}
because 'Fixes SNYK-JAVA-ORGMOZILLA-1314295.'
}
}
}


Expand Down

0 comments on commit 0c99d1e

Please sign in to comment.