Skip to content

Commit

Permalink
Update plugin org.graalvm.buildtools.native to v0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 30, 2024
1 parent 50f9563 commit c360145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1"
id("org.graalvm.buildtools.native") version "0.9.19"
id("org.graalvm.buildtools.native") version "0.10.3"
}

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.1"
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.3"
}

group = "example.com"
Expand Down

0 comments on commit c360145

Please sign in to comment.