Skip to content

Commit

Permalink
Bump org.graalvm.sdk:graal-sdk from 23.1.0 to 23.1.1
Browse files Browse the repository at this point in the history
Bumps [org.graalvm.sdk:graal-sdk](https://github.com/oracle/graal) from 23.1.0 to 23.1.1.
- [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]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Oct 26, 2023
1 parent 9a22b5f commit 7e69c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
implementation "org.codehaus.janino:janino:3.1.10"
implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE'
implementation "org.graalvm.sdk:graal-sdk:23.1.0"
implementation "org.graalvm.sdk:graal-sdk:23.1.1"

testImplementation "org.junit.jupiter:junit-jupiter:${junitJupiterVersion}"
testCompileOnly 'junit:junit:4.13.2'
Expand Down

0 comments on commit 7e69c20

Please sign in to comment.