Skip to content

Commit

Permalink
build(deps): bump org.graalvm.polyglot:js-community
Browse files Browse the repository at this point in the history
Bumps [org.graalvm.polyglot:js-community](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](oracle/graaljs@vm-24.0.1...vm-24.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent a42125c commit 6829649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graaljs-evaluator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import kotlinx.kover.gradle.plugin.dsl.MetricType
dependencies {
api project(":core")
api("org.graalvm.polyglot:polyglot:24.0.1")
api("org.graalvm.polyglot:js-community:24.0.1")
api("org.graalvm.polyglot:js-community:24.0.2")

testImplementation project(":tests")
}
Expand Down

0 comments on commit 6829649

Please sign in to comment.