Skip to content

Commit da4ba39

Browse files
committed
update »Spring Boot« to 4.0.0
1 parent 5ac7c4f commit da4ba39

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.springframework.boot</groupId>
99
<artifactId>spring-boot-starter-parent</artifactId>
10-
<version>3.5.7</version>
10+
<version>4.0.0</version>
1111
<relativePath /> <!-- lookup parent from repository -->
1212
</parent>
1313

@@ -54,10 +54,6 @@
5454
<groupId>org.jetbrains.kotlin</groupId>
5555
<artifactId>kotlin-reflect</artifactId>
5656
</dependency>
57-
<dependency>
58-
<groupId>org.jetbrains.kotlin</groupId>
59-
<artifactId>kotlin-stdlib-jdk8</artifactId>
60-
</dependency>
6157
<dependency>
6258
<groupId>eu.maxschuster</groupId>
6359
<artifactId>dataurl</artifactId>

0 commit comments

Comments
 (0)