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 2021/02/04 15:47:38 UTC

[jena] branch master updated: Bump ver.graalvm from 20.3.0 to 21.0.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 3959db8  Bump ver.graalvm from 20.3.0 to 21.0.0
3959db8 is described below

commit 3959db86598cbc1dfca651dc088ceb832766f7c7
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 1 05:02:24 2021 +0000

    Bump ver.graalvm from 20.3.0 to 21.0.0
    
    Bumps `ver.graalvm` from 20.3.0 to 21.0.0.
    
    Updates `js` from 20.3.0 to 21.0.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.3.0...vm-21.0.0)
    
    Updates `js-scriptengine` from 20.3.0 to 21.0.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.3.0...vm-21.0.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 dc3ea33..1d1da1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,7 @@
     <ver.awaitility>4.0.3</ver.awaitility>
     <ver.micrometer>1.6.3</ver.micrometer>
 
-    <ver.graalvm>20.3.0</ver.graalvm>
+    <ver.graalvm>21.0.0</ver.graalvm>
 
     <java.version>11</java.version>