Skip to content

Commit

Permalink
Bump org.graalvm.sdk:graal-sdk from 23.0.1 to 23.0.2 (CCBlueX#1438)
Browse files Browse the repository at this point in the history
Bumps [org.graalvm.sdk:graal-sdk](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.sdk:graal-sdk
  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 32933fe commit df6e04a
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 @@ -111,7 +111,7 @@ dependencies {
implementation 'com.labymedia:ultralight-java-gpu:0.4.12'
implementation 'com.labymedia:ultralight-java-glfw-opengl-util:0.4.12'

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

Expand Down Expand Up @@ -264,7 +264,7 @@ shadowJar {
include(dependency('com.labymedia:ultralight-java-glfw-opengl-util'))
include(dependency('com.thealtening.api:api'))
include(dependency('com.github.CCBlueX:Elixir'))
include(dependency('org.graalvm.sdk:graal-sdk:23.0.1'))
include(dependency('org.graalvm.sdk:graal-sdk:23.0.2'))
include(dependency('org.graalvm.truffle:truffle-api:23.0.1'))
include(dependency('org.graalvm.js:js:23.0.1'))
include(dependency('io.netty:netty-codec-http'))
Expand Down

0 comments on commit df6e04a

Please sign in to comment.