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 89a71f1 Bump org.graalvm.js:js-scriptengine from 24.1.1 to 24.1.2
(#346)
89a71f1 is described below
commit 89a71f1ac4c6c92416392f5efc3c0efddda8f421
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 08:00:37 2025 -0500
Bump org.graalvm.js:js-scriptengine from 24.1.1 to 24.1.2 (#346)
Bumps [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs)
from 24.1.1 to 24.1.2.
- [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.1...vm-24.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] <[email protected]>
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 5751a82..17bfc6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
-->
<!-- JS for Java 11+ (see profiles) -->
<graalvm.version>23.0.7</graalvm.version>
- <graalvm.js.version>24.1.1</graalvm.js.version>
+ <graalvm.js.version>24.1.2</graalvm.js.version>
<!-- moditect currently fails. Disable the check until we need to use Java
plugins -->
<moditect.skip>true</moditect.skip>
<!-- Not needed for plugins intended for developer use only -->