Skip to content

Commit

Permalink
Bump js from 21.2.0 to 22.2.0
Browse files Browse the repository at this point in the history
Bumps [js](https://github.com/graalvm/graaljs) from 21.2.0 to 22.2.0.
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
- [Commits](oracle/graaljs@vm-21.2.0...vm-ee-22.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2022
1 parent 54794eb commit 05c0888
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 @@ -369,7 +369,7 @@ dependencies {
implementation 'com.formdev:svgSalamander:1.1.3'
implementation 'com.formdev:flatlaf-jide-oss:2.4'

implementation group: 'org.graalvm.js', name: 'js', version: '21.2.0'
implementation group: 'org.graalvm.js', name: 'js', version: '22.2.0'
implementation group: 'org.graalvm.js', name: 'js-scriptengine', version: '21.1.0'

implementation 'com.jayway.jsonpath:json-path:2.6.0'
Expand Down

0 comments on commit 05c0888

Please sign in to comment.