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:47:28 UTC

(commons-build-plugin) branch master updated: Bump org.graalvm.js:js-scriptengine from 23.1.1 to 23.1.2 (#212)

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 972ccae  Bump org.graalvm.js:js-scriptengine from 23.1.1 to 23.1.2 (#212)
972ccae is described below

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

    Bump org.graalvm.js:js-scriptengine from 23.1.1 to 23.1.2 (#212)
    
    Bumps [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) from 23.1.1 to 23.1.2.
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/oracle/graaljs/blob/vm-23.1.2/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-23.1.1...vm-23.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.js:js-scriptengine
      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 8864883..1e5ff5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,7 @@
 
     <!-- JS for Java 11+ (see profiles) -->
     <graalvm.version>23.0.2</graalvm.version>
-    <graalvm.js.version>23.1.1</graalvm.js.version>
+    <graalvm.js.version>23.1.2</graalvm.js.version>
 
     <!-- moditect currently fails. Disable the check until we need to use Java plugins -->
     <moditect.skip>true</moditect.skip>