Skip to content

Commit

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent dc11cb1 commit c7672ed
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:23.1.5'
}
}

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:23.1.5'
force 'io.micronaut.platform:micronaut-platform:4.6.3'
}
}
Expand Down

0 comments on commit c7672ed

Please sign in to comment.