You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2024/01/20 02:49:18 UTC

(commons-build-plugin) branch master updated: Bump org.graalvm.js:js from 23.0.2 to 23.0.3 (#213)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new d618cd8  Bump org.graalvm.js:js from 23.0.2 to 23.0.3 (#213)
d618cd8 is described below

commit d618cd84cb50189a414c7f00e605eb54e6143084
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Jan 19 21:49:13 2024 -0500

    Bump org.graalvm.js:js from 23.0.2 to 23.0.3 (#213)
    
    Bumps [org.graalvm.js:js](https://github.com/graalvm/graaljs) from 23.0.2 to 23.0.3.
    - [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:production
      update-type: version-update:semver-patch
    ...
    
    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 1e5ff5a..afa91f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
     -->
 
     <!-- JS for Java 11+ (see profiles) -->
-    <graalvm.version>23.0.2</graalvm.version>
+    <graalvm.version>23.0.3</graalvm.version>
     <graalvm.js.version>23.1.2</graalvm.js.version>
 
     <!-- moditect currently fails. Disable the check until we need to use Java plugins -->