This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new d77f7dc60b update Rhino dependency, fixes #6128 (#6131)
d77f7dc60b is described below
commit d77f7dc60b07e673ebb7e0879f2edd5fa42fcfbd
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Dec 5 15:19:41 2025 +0100
update Rhino dependency, fixes #6128 (#6131)
---
lib/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/pom.xml b/lib/pom.xml
index fa253e51ca..ea176ae956 100644
--- a/lib/pom.xml
+++ b/lib/pom.xml
@@ -121,7 +121,7 @@
<reactive-streams.version>1.0.4</reactive-streams.version>
<reactor-core.version>3.4.38</reactor-core.version>
<reactor-netty.version>1.2.8</reactor-netty.version>
- <rhino.version>1.7.14</rhino.version>
+ <rhino.version>1.7.15.1</rhino.version>
<saxon.version>8.7</saxon.version>
<scala.version>2.12.17</scala.version>
<slf4j.version>2.0.4</slf4j.version>