Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 26a8e51 commit bd542d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pdxu-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation project(':pdxu-io')
implementation project(':pdxu-model')
implementation group: 'org.graalvm.polyglot', name: 'polyglot', version: '23.1.2'
implementation group: 'org.graalvm.polyglot', name: 'js-community', version: '23.1.2'
implementation group: 'org.graalvm.polyglot', name: 'js-community', version: '24.0.1'


implementation 'info.picocli:picocli:4.6.3'
Expand Down
2 changes: 1 addition & 1 deletion pdxu-io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {

dependencies {
compileOnly group: 'org.graalvm.polyglot', name: 'polyglot', version: '23.1.2'
compileOnly group: 'org.graalvm.polyglot', name: 'js-community', version: '23.1.2'
compileOnly group: 'org.graalvm.polyglot', name: 'js-community', version: '24.0.1'

compileOnly 'org.projectlombok:lombok:1.18.30'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
Expand Down

0 comments on commit bd542d6

Please sign in to comment.