Skip to content

Commit a79d01f

Browse files
Bump org.graalvm.buildtools.native from 0.11.3 to 0.11.4
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.3 to 0.11.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.3...0.11.4) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb546ea commit a79d01f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/bt/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version "4.0.1"
33
id 'java'
44
id 'application'
5-
id 'org.graalvm.buildtools.native' version '0.11.3'
5+
id 'org.graalvm.buildtools.native' version '0.11.4'
66
}
77

88
repositories {

tools/st/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'org.springframework.boot' version "4.0.1"
33
id 'java'
44
id 'application'
5-
id 'org.graalvm.buildtools.native' version '0.11.3'
5+
id 'org.graalvm.buildtools.native' version '0.11.4'
66
}
77

88
repositories {

0 commit comments

Comments
 (0)