Skip to content

Commit cbdd03e

Browse files
authored
1 parent d0d6137 commit cbdd03e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.3.5</version>
9+
<version>3.4.0</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212

srv/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,11 @@
168168
<plugin>
169169
<groupId>org.graalvm.buildtools</groupId>
170170
<artifactId>native-maven-plugin</artifactId>
171+
<configuration>
172+
<metadataRepository>
173+
<version>0.3.14</version>
174+
</metadataRepository>
175+
</configuration>
171176
</plugin>
172177

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

0 commit comments

Comments
 (0)