Skip to content

Commit

Permalink
Merge pull request #68 from viadee/dependabot/maven/org.springframewo…
Browse files Browse the repository at this point in the history
…rk.boot-spring-boot-starter-parent-3.4.1

Bump org.springframework.boot:spring-boot-starter-parent from 3.4.0 to 3.4.1
  • Loading branch information
cl-a-us authored Dec 20, 2024
2 parents e86e80d + bd19f1a commit acbbcc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.0</version>
<version>3.4.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down

0 comments on commit acbbcc1

Please sign in to comment.