Skip to content

Commit bbe60e8

Browse files
Updates Rhino to 1.7.15.1. Fixes CVE-2025-66453. (#6519) (#6522)
(cherry picked from commit 77449a9) Signed-off-by: David Venable <dlv@amazon.com> Co-authored-by: David Venable <dlv@amazon.com>
1 parent 5a3ef6e commit bbe60e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-prepper-plugins/kafka-plugins/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ dependencies {
8787
constraints {
8888
implementation('org.mozilla:rhino') {
8989
version {
90-
require '1.7.12'
90+
require '1.7.15.1'
9191
}
92-
because 'Fixes SNYK-JAVA-ORGMOZILLA-1314295.'
92+
because 'Fixes CVE-2025-66453, SNYK-JAVA-ORGMOZILLA-1314295.'
9393
}
9494
implementation('org.bitbucket.b_c:jose4j') {
9595
version {

0 commit comments

Comments
 (0)