Skip to content

Commit c5b85ff

Browse files
Bump org.graalvm.buildtools.native (#899)
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca13068 commit c5b85ff

File tree

1 file changed

+1
-1
lines changed
  • java/native-image/spring-boot-native-image-gradle

1 file changed

+1
-1
lines changed

java/native-image/spring-boot-native-image-gradle/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
33
id 'org.springframework.boot' version '3.3.4'
4-
id 'org.graalvm.buildtools.native' version '0.10.3'
4+
id 'org.graalvm.buildtools.native' version '0.10.4'
55
id 'io.spring.dependency-management' version '1.1.6'
66
}
77

0 commit comments

Comments
 (0)