Skip to content

Commit

Permalink
chore(deps): update dependency org.graalvm.sdk:graal-sdk to v23.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 28, 2024
1 parent 85e5f0d commit 6f87d7a
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.1'
force 'org.graalvm.sdk:graal-sdk:23.1.2'
}
}

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.1'
force 'org.graalvm.sdk:graal-sdk:23.1.2'
force 'io.micronaut.platform:micronaut-platform:4.3.4'
}
}
Expand Down

0 comments on commit 6f87d7a

Please sign in to comment.