We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a3ef6e commit bbe60e8Copy full SHA for bbe60e8
1 file changed
data-prepper-plugins/kafka-plugins/build.gradle
@@ -87,9 +87,9 @@ dependencies {
87
constraints {
88
implementation('org.mozilla:rhino') {
89
version {
90
- require '1.7.12'
+ require '1.7.15.1'
91
}
92
- because 'Fixes SNYK-JAVA-ORGMOZILLA-1314295.'
+ because 'Fixes CVE-2025-66453, SNYK-JAVA-ORGMOZILLA-1314295.'
93
94
implementation('org.bitbucket.b_c:jose4j') {
95
0 commit comments