Skip to content

Commit

Permalink
Bump org.graalvm.js:js-scriptengine from 21.1.0 to 24.0.2
Browse files Browse the repository at this point in the history
Bumps [org.graalvm.js:js-scriptengine](https://github.com/graalvm/graaljs) from 21.1.0 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](oracle/graaljs@vm-21.1.0...vm-24.0.2)

---
updated-dependencies:
- dependency-name: org.graalvm.js:js-scriptengine
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 13, 2024
1 parent 8d47054 commit e717a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ dependencies {

// JS support for macros
implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '21.1.0'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '24.0.2'

implementation 'com.jayway.jsonpath:json-path:2.9.0'

Expand Down

0 comments on commit e717a21

Please sign in to comment.