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 85294a7 Bump org.graalvm.js:js-scriptengine from 23.1.2 to 24.0.0 (#236) 85294a7 is described below commit 85294a7bc819324fcd325af7d347e8d69e38ce1b Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Mar 22 07:37:52 2024 -0400 Bump org.graalvm.js:js-scriptengine from 23.1.2 to 24.0.0 (#236) Bumps [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) from 23.1.2 to 24.0.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-23.1.2...vm-24.0.0) --- updated-dependencies: - dependency-name: org.graalvm.js:js-scriptengine dependency-type: direct:production update-type: version-update:semver-major ... 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 9a3022e..462fff0 100644 --- a/pom.xml +++ b/pom.xml @@ -260,7 +260,7 @@ <!-- JS for Java 11+ (see profiles) --> <graalvm.version>23.0.3</graalvm.version> - <graalvm.js.version>23.1.2</graalvm.js.version> + <graalvm.js.version>24.0.0</graalvm.js.version> <!-- moditect currently fails. Disable the check until we need to use Java plugins --> <moditect.skip>true</moditect.skip>