From 20cca158513fa649f46c7678aa10a3bc7d55b09c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:55:06 +0000 Subject: [PATCH 1/2] Bump org.springframework.boot:spring-boot-starter-parent Bumps [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.0...v3.4.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-starter-parent dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 317b989..e74a995 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 3.4.0 + 3.4.1 From bd19f1a93711f8afb3c4fb3bbe74268d72f35a13 Mon Sep 17 00:00:00 2001 From: "Claus U. (UsC)" <3043061+cl-a-us@users.noreply.github.com> Date: Fri, 20 Dec 2024 21:13:35 +0000 Subject: [PATCH 2/2] edit information native build --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 08c291a..5cfee44 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ Or build and run with maven locally: ```shell mvn clean -# 'package' contains step 'process-aot' which is needed for native:compile -mvn package -Pnative -mvn native:compile +mvn native:compile -Pnative # If "[1/8] Initializing..." fails, it might be due to a lag of resources. Try increasing the VM resources. ```