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 c7c2af5 Bump org.graalvm.js:js-scriptengine from 24.0.1 to 24.0.2
(#282)
c7c2af5 is described below
commit c7c2af55a97b3d32b3e8938f7399a87cf5fa7694
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 19 07:53:12 2024 -0400
Bump org.graalvm.js:js-scriptengine from 24.0.1 to 24.0.2 (#282)
Bumps [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs)
from 24.0.1 to 24.0.2.
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/vm-24.0.2/CHANGELOG.md)
-
[Commits](https://github.com/graalvm/graaljs/compare/vm-24.0.1...vm-24.0.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 1b191ea..4377941 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@
<!-- JS for Java 11+ (see profiles) -->
<graalvm.version>23.0.4</graalvm.version>
- <graalvm.js.version>24.0.1</graalvm.js.version>
+ <graalvm.js.version>24.0.2</graalvm.js.version>
<!-- moditect currently fails. Disable the check until we need to use Java
plugins -->
<moditect.skip>true</moditect.skip>