Skip to content

Commit 1219a71

Browse files
Update spring boot to v4
1 parent c49fc19 commit 1219a71

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.5.3</version>
9+
<version>4.1.0</version>
1010
<relativePath/>
1111
</parent>
1212
<groupId>pl.piomin.samples</groupId>

sample-app-kickstart/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.2.10</version>
9+
<version>4.1.0</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>sample-app-kickstart</artifactId>

sample-app-spring-graphql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.3</version>
8+
<version>4.1.0</version>
99
<relativePath/>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)