[java-idp-plugin-scripting] branch main updated: JSCRIPTING-22 Update engines to latest versions
Codeberg
noreply at shibboleth.net
Sun Aug 30 13:11:04 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-scripting/commit/29ba36e87e1af9bc3b5f1d06e4c888fbe023122d
The following commit(s) were added to refs/heads/main by this push:
new 29ba36e JSCRIPTING-22 Update engines to latest versions
29ba36e is described below
commit 29ba36e87e1af9bc3b5f1d06e4c888fbe023122d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Aug 30 14:10:27 2026 +0100
JSCRIPTING-22 Update engines to latest versions
https://shibboleth.atlassian.net/browse/JSCRIPTING-22
Rhino to 1.9.1
Nashorn to 15.7
---
nashorn-jdk-impl/pom.xml | 2 +-
rhino-impl/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index b547af1..a2f61a5 100644
--- a/nashorn-jdk-impl/pom.xml
+++ b/nashorn-jdk-impl/pom.xml
@@ -19,7 +19,7 @@
<automatic.module.name>net.shibboleth.idp.plugin.nashorn</automatic.module.name>
<!-- Revise these two when JDK changes -->
<asm.version>7.3.1</asm.version>
- <jdk.version>15.4</jdk.version>
+ <jdk.version>15.7</jdk.version>
</properties>
<description>
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index 180de08..b07689a 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -17,7 +17,7 @@
<properties>
<checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<automatic.module.name>net.shibboleth.idp.plugin.rhino</automatic.module.name>
- <rhino.version>1.7.15</rhino.version>
+ <rhino.version>1.9.1</rhino.version>
</properties>
<description>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list