[java-parent-project] branch main updated: Update Scripting plugins to V1
Rod Widdowson
rdw at steadingsoftware.com
Sun Apr 4 12:35:02 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-parent-project.
View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=344c722f4dbcae989dd7bb99ce1f13f75c5607d2
The following commit(s) were added to refs/heads/main by this push:
new 344c722 Update Scripting plugins to V1
344c722 is described below
commit 344c722f4dbcae989dd7bb99ce1f13f75c5607d2
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 31 16:16:10 2021 +0100
Update Scripting plugins to V1
(These are only used in a test scope)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 45fb684..d0d8dbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,8 +42,8 @@
<logback.version>1.2.3</logback.version>
<metrics.version>4.1.18</metrics.version>
<rhino.version>1.7.13</rhino.version>
- <nashorn.engine.version>0.1.0</nashorn.engine.version>
- <rhino.engine.version>0.1.0</rhino.engine.version>
+ <nashorn.engine.version>1.0.0</nashorn.engine.version> <!-- Test only dependency -->
+ <rhino.engine.version>1.0.0</rhino.engine.version> <!-- Test only dependency -->
<slf4j.groupId>org.slf4j</slf4j.groupId>
<slf4j.version>1.7.30</slf4j.version>
<spring.groupId>org.springframework</spring.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list