Skip to content

Commit

Permalink
build(deps): bump org.graalvm.polyglot:polyglot from 24.0.2 to 24.1.0
Browse files Browse the repository at this point in the history
Bumps [org.graalvm.polyglot:polyglot](https://github.com/oracle/graal) from 24.0.2 to 24.1.0.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](oracle/graal@vm-24.0.2...vm-24.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
1 parent e6339a7 commit e7b4fdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions graaljs-evaluator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
api project(":core")
api("org.graalvm.polyglot:polyglot:24.0.2")
api("org.graalvm.polyglot:js-community:24.0.2")
api("org.graalvm.polyglot:polyglot:24.1.0")
api("org.graalvm.polyglot:js-community:24.1.0")

testImplementation project(":tests")
}

0 comments on commit e7b4fdc

Please sign in to comment.