[spring-extensions] branch master updated: JSE-37 Use property for GraalVM dependencies.

Rod Widdowson rdw at steadingsoftware.com
Sun Jun 21 12:29:19 UTC 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=fb1780448cc71c42e6d1a20852e58b6fd92f1883

The following commit(s) were added to refs/heads/master by this push:
       new  fb17804   JSE-37 Use property for GraalVM dependencies.
fb17804 is described below

commit fb1780448cc71c42e6d1a20852e58b6fd92f1883
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jun 21 13:26:36 2020 +0100

    JSE-37 Use property for GraalVM dependencies.
    
    https://issues.shibboleth.net/jira/browse/JSE-37
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e7ac1fe..4220e04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,14 +134,14 @@
 	<dependency>
             <groupId>org.graalvm.sdk</groupId>
             <artifactId>graal-sdk</artifactId>
-            <version>20.0.0</version>
+            <version>${graalvm.version}</version>
             <scope>test</scope>
         </dependency>
 
         <dependency>
             <groupId>org.graalvm.js</groupId>
             <artifactId>js</artifactId>
-            <version>20.0.0</version>
+            <version>${graalvm.version}</version>
             <scope>test</scope>
         </dependency>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list