diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 541539d2..fca2c682 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ defaults = { id = "io.github.sgtsilvio.gradle.defaults", version = "0.2.0" } forbiddenApis = { id = "de.thetaphi.forbiddenapis", version = "3.7" } gitPublish = { id = "org.ajoberstar.git-publish", version = "4.2.2" } githubRelease = { id = "com.github.breadmoirai.github-release", version = "2.5.2" } -graalvm-native = { id = "org.graalvm.buildtools.native", version = "0.10.2" } +graalvm-native = { id = "org.graalvm.buildtools.native", version = "0.10.3" } launch4j = { id = "edu.sc.seis.launch4j", version = "3.0.6" } license = { id = "com.github.hierynomus.license", version = "0.16.1" } nebula-ospackage = { id = "com.netflix.nebula.ospackage", version = "11.10.0" }