From 7b9b9e05ea75ca060dfacd67ccd1198d1d4ba07c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 08:12:40 +0200 Subject: [PATCH] chore(deps): Bump org.graalvm.buildtools.native from 0.10.2 to 0.10.3 (#1235) Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.2 to 0.10.3. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/compare/0.10.2...0.10.3) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c164e3b0f..cd3c531ac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ plugins { // and the shared lib is obviously not one id("org.springframework.boot") version "3.3.3" apply false id("io.spring.dependency-management") version "1.1.6" apply false - id("org.graalvm.buildtools.native") version "0.10.2" + id("org.graalvm.buildtools.native") version "0.10.3" kotlin("jvm") version "1.9.24" apply false kotlin("plugin.spring") version "1.9.24" apply false id("com.google.cloud.tools.jib") version "3.4.3" apply false