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/06/01 08:47:28 UTC

[jena] branch main updated: Bump ver.graalvm from 22.0.0.2 to 22.1.0.1 (#1347)

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 eb41831798 Bump ver.graalvm from 22.0.0.2 to 22.1.0.1 (#1347)
eb41831798 is described below

commit eb418317988bbb68dbb1cbd997ac16cccfadf7c0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Jun 1 09:47:23 2022 +0100

    Bump ver.graalvm from 22.0.0.2 to 22.1.0.1 (#1347)
    
    Bumps `ver.graalvm` from 22.0.0.2 to 22.1.0.1.
    
    Updates `js` from 22.0.0.2 to 22.1.0.1
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/commits)
    
    Updates `js-scriptengine` from 22.0.0.2 to 22.1.0.1
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.js:js
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.graalvm.js:js-scriptengine
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    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 3838c586e6..95f13b19fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
     <ver.micrometer>1.9.0</ver.micrometer>
 
     <!-- For testing, not shipped -->
-    <ver.graalvm>22.0.0.2</ver.graalvm>
+    <ver.graalvm>22.1.0.1</ver.graalvm>
     <ver.jython>2.7.2</ver.jython>
 
     <!--- GeoSPARQL related -->