Skip to content

Commit

Permalink
Update plugin org.graalvm.buildtools.native to v0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 7787e66 commit 7f2e2bf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client-native-image/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "2.0.21"
application
id("org.graalvm.buildtools.native") version "0.10.3"
id("org.graalvm.buildtools.native") version "0.10.4"
}

group = "io.ktor.samples"
Expand Down
2 changes: 1 addition & 1 deletion graalvm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
application
kotlin("jvm") version "2.0.20"
id("io.ktor.plugin") version "3.0.3"
id("org.graalvm.buildtools.native") version "0.9.19"
id("org.graalvm.buildtools.native") version "0.10.4"
}

group = "io.ktor"
Expand Down
2 changes: 1 addition & 1 deletion native-image-server-with-yaml-config/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
kotlin("jvm") version "2.0.10"
id("io.ktor.plugin") version "3.0.3"
id("org.jetbrains.kotlin.plugin.serialization") version "2.0.10"
id("org.graalvm.buildtools.native") version "0.10.2"
id("org.graalvm.buildtools.native") version "0.10.4"
}

group = "example.com"
Expand Down

0 comments on commit 7f2e2bf

Please sign in to comment.