You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/12/01 18:55:07 UTC

[jena] branch master updated: Bump ver.graalvm from 20.2.0 to 20.3.0

This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/master by this push:
     new 998bd05  Bump ver.graalvm from 20.2.0 to 20.3.0
998bd05 is described below

commit 998bd05dabdcc48b6af049ed178282eede6938ac
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 1 05:02:36 2020 +0000

    Bump ver.graalvm from 20.2.0 to 20.3.0
    
    Bumps `ver.graalvm` from 20.2.0 to 20.3.0.
    
    Updates `js` from 20.2.0 to 20.3.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.3.0)
    
    Updates `js-scriptengine` from 20.2.0 to 20.3.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.3.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 080f372..1bafa03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <ver.awaitility>4.0.3</ver.awaitility>
     <ver.micrometer>1.6.1</ver.micrometer>
 
-    <ver.graalvm>20.2.0</ver.graalvm>
+    <ver.graalvm>20.3.0</ver.graalvm>
 
     <jdk.version>1.8</jdk.version>
     <targetJdk>${jdk.version}</targetJdk>