Skip to content

Commit

Permalink
Upgrade Spring Boot to 3.4.0 (#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermarc authored Dec 10, 2024
1 parent d0d6137 commit cbdd03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
5 changes: 5 additions & 0 deletions srv/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,11 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<configuration>
<metadataRepository>
<version>0.3.14</version>
</metadataRepository>
</configuration>
</plugin>

<!-- STEPS TO BUILD CDS MODEL AND GENERATE POJOs -->
Expand Down

0 comments on commit cbdd03e

Please sign in to comment.