[java-idp-plugin-scripting] branch main updated: JSCRIPTING-20 Release Scripting plugins 2.1.0
Rod Widdowson
rdw at steadingsoftware.com
Mon Aug 26 16:20:55 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-idp-plugin-scripting.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=70fefbd1aded34f6f162a18c6a837ad037e2e74a
The following commit(s) were added to refs/heads/main by this push:
new 70fefbd JSCRIPTING-20 Release Scripting plugins 2.1.0
70fefbd is described below
commit 70fefbd1aded34f6f162a18c6a837ad037e2e74a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Aug 26 17:19:51 2024 +0100
JSCRIPTING-20 Release Scripting plugins 2.1.0
https://shibboleth.atlassian.net/browse/JSCRIPTING-20
Explicitly pin rhino to 1.7.15
---
rhino-impl/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/rhino-impl/pom.xml b/rhino-impl/pom.xml
index b0095b2..b8fd042 100644
--- a/rhino-impl/pom.xml
+++ b/rhino-impl/pom.xml
@@ -17,6 +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>
</properties>
<description>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list