Skip to content

Commit

Permalink
chore(deps): update dependency org.graalvm.sdk:graal-sdk to v23.0.1 (#…
Browse files Browse the repository at this point in the history
…784)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 21, 2023
1 parent 86a4c37 commit 178ed37
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.0.0'
force 'org.graalvm.sdk:graal-sdk:23.0.1'
}
}

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.0.0'
force 'org.graalvm.sdk:graal-sdk:23.0.1'
force 'io.micronaut.platform:micronaut-platform:4.0.0-RC1'
}
}
Expand Down

0 comments on commit 178ed37

Please sign in to comment.