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 6604bde  Bump graalvm.version from 24.1.2 to 24.2.0 (#357)
6604bde is described below

commit 6604bde43b01da79881413dc9b2cf8974df97cc6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 21 08:00:50 2025 -0400

    Bump graalvm.version from 24.1.2 to 24.2.0 (#357)
    
    Bumps `graalvm.version` from 24.1.2 to 24.2.0.
    
    Updates `org.graalvm.js:js` from 24.1.2 to 24.2.0
    - [Release notes](https://github.com/oracle/graal/releases)
    - [Commits](https://github.com/oracle/graal/compare/vm-24.1.2...vm-24.2.0)
    
    Updates `org.graalvm.js:js-scriptengine` from 24.1.2 to 24.2.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-24.1.2...vm-24.2.0)
    
    Updates `org.graalvm.polyglot:js` from 24.1.2 to 24.2.0
    - [Release notes](https://github.com/oracle/graal/releases)
    - [Commits](https://github.com/oracle/graal/compare/vm-24.1.2...vm-24.2.0)
    
    Updates `org.graalvm.polyglot:polyglot` from 24.1.2 to 24.2.0
    - [Release notes](https://github.com/oracle/graal/releases)
    - [Commits](https://github.com/oracle/graal/compare/vm-24.1.2...vm-24.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.graalvm.js:js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.graalvm.js:js-scriptengine
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.graalvm.polyglot:js
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.graalvm.polyglot:polyglot
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 751dcd9..0ed8ba8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
         <jdk>[17,)</jdk>
       </activation>
       <properties>
-        <graalvm.version>24.1.2</graalvm.version>
+        <graalvm.version>24.2.0</graalvm.version>
       </properties>
       <dependencies>
         <dependency>

Reply via email to