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/05/01 10:04:13 UTC

[jena] branch main updated: Bump ver.graalvm from 21.0.0.2 to 21.1.0 (#991)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ea2dd1b  Bump ver.graalvm from 21.0.0.2 to 21.1.0 (#991)
ea2dd1b is described below

commit ea2dd1b3b7594d4ed5b727b5c49e6408e6a7b591
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat May 1 11:04:03 2021 +0100

    Bump ver.graalvm from 21.0.0.2 to 21.1.0 (#991)
    
    Bumps `ver.graalvm` from 21.0.0.2 to 21.1.0.
    
    Updates `js` from 21.0.0.2 to 21.1.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-21.0.0.2...vm-21.1.0)
    
    Updates `js-scriptengine` from 21.0.0.2 to 21.1.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-21.0.0.2...vm-21.1.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ed95e2a..8b93897 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
     <ver.httpclient-osgi>${ver.httpclient}</ver.httpclient-osgi>
     
     <ver.lucene>8.8.0</ver.lucene>
-    <ver.graalvm>21.0.0.2</ver.graalvm>
+    <ver.graalvm>21.1.0</ver.graalvm>
     <ver.jython>2.7.2</ver.jython>
     <ver.jcommander>1.81</ver.jcommander>
     <ver.mockito>3.8.0</ver.mockito>