Skip to content

Commit

Permalink
chore(deps): update dependency org.graalvm.sdk:graal-sdk to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 27, 2024
1 parent 8d6726d commit 1c671bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {

configurations.all {
resolutionStrategy {
force 'org.graalvm.sdk:graal-sdk:23.1.2'
force 'org.graalvm.sdk:graal-sdk:24.0.0'
}
}

Expand Down
2 changes: 1 addition & 1 deletion kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

configurations.all {
resolutionStrategy {
force 'org.graalvm.sdk:graal-sdk:23.1.2'
force 'org.graalvm.sdk:graal-sdk:24.0.0'
force 'io.micronaut.platform:micronaut-platform:4.3.7'
}
}
Expand Down

0 comments on commit 1c671bf

Please sign in to comment.