Skip to content

Commit

Permalink
Bump org.graalvm.truffle:truffle-api from 23.0.1 to 23.0.2 (CCBlueX#1439
Browse files Browse the repository at this point in the history
)

Bumps [org.graalvm.truffle:truffle-api](https://github.com/oracle/graal) from 23.0.1 to 23.0.2.
- [Release notes](https://github.com/oracle/graal/releases)
- [Commits](https://github.com/oracle/graal/commits)

---
updated-dependencies:
- dependency-name: org.graalvm.truffle:truffle-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 10, 2023
1 parent df6e04a commit e6053e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ dependencies {
implementation 'com.labymedia:ultralight-java-glfw-opengl-util:0.4.12'

implementation 'org.graalvm.sdk:graal-sdk:23.0.2'
implementation 'org.graalvm.truffle:truffle-api:23.0.1'
implementation 'org.graalvm.truffle:truffle-api:23.0.2'
implementation 'org.graalvm.js:js:23.0.1'

runtimeOnly 'org.graalvm.tools:profiler:23.0.1'
Expand Down Expand Up @@ -265,7 +265,7 @@ shadowJar {
include(dependency('com.thealtening.api:api'))
include(dependency('com.github.CCBlueX:Elixir'))
include(dependency('org.graalvm.sdk:graal-sdk:23.0.2'))
include(dependency('org.graalvm.truffle:truffle-api:23.0.1'))
include(dependency('org.graalvm.truffle:truffle-api:23.0.2'))
include(dependency('org.graalvm.js:js:23.0.1'))
include(dependency('io.netty:netty-codec-http'))
include(dependency('io.netty:netty-handler-proxy'))
Expand Down

0 comments on commit e6053e8

Please sign in to comment.