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 2022/04/01 08:20:35 UTC

[jena] branch main updated: Bump ver.graalvm from 21.3.1 to 22.0.0.2

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 58e53e7  Bump ver.graalvm from 21.3.1 to 22.0.0.2
58e53e7 is described below

commit 58e53e7f7fd72de21904c72ec04a98b13a4ab22e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Apr 1 00:22:16 2022 +0000

    Bump ver.graalvm from 21.3.1 to 22.0.0.2
    
    Bumps `ver.graalvm` from 21.3.1 to 22.0.0.2.
    
    Updates `js` from 21.3.1 to 22.0.0.2
    - [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.3.1...vm-22.0.0.2)
    
    Updates `js-scriptengine` from 21.3.1 to 22.0.0.2
    - [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.3.1...vm-22.0.0.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.js:js
      dependency-type: direct:development
      update-type: version-update:semver-major
    - dependency-name: org.graalvm.js:js-scriptengine
      dependency-type: direct:development
      update-type: version-update:semver-major
    ...
    
    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 13e4707..d4e8bc9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
     <ver.micrometer>1.8.3</ver.micrometer>
 
     <!-- For testing, not shipped -->
-    <ver.graalvm>21.3.1</ver.graalvm>
+    <ver.graalvm>22.0.0.2</ver.graalvm>
     <ver.jython>2.7.2</ver.jython>
 
     <!--- GeoSPARQL related -->