[java-idp-plugin-scripting] 01/02: JSCRIPTING-15 Review dependencies
Rod Widdowson
rdw at steadingsoftware.com
Thu Jun 22 13:14:25 UTC 2023
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=7e0081617408f3153974d9afbf02b84f00bfe990
commit 7e0081617408f3153974d9afbf02b84f00bfe990
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Thu Jun 22 14:11:45 2023 +0100
JSCRIPTING-15 Review dependencies
https://shibboleth.atlassian.net/browse/JSCRIPTING-15
Move nashorn-jdk version forward to 15.4
---
nashorn-jdk-impl/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nashorn-jdk-impl/pom.xml b/nashorn-jdk-impl/pom.xml
index 42e76f8..b6d216b 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.3</jdk.version>
+ <jdk.version>15.4</jdk.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