Skip to content

Commit

Permalink
Require Mozilla Rhino 1.7.12 to fix SNYK-JAVA-ORGMOZILLA-1314295. (#3839
Browse files Browse the repository at this point in the history
) (#3842)

Signed-off-by: David Venable <[email protected]>
(cherry picked from commit e09900a)

Co-authored-by: David Venable <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and dlvenable authored Dec 19, 2023
1 parent f43765f commit 8c22b87
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 8c22b87

Please sign in to comment.