Skip to content

Commit 6fe9601

Browse files
author
Dominick Leppich
committed
upgrade: spring boot 3.3.5 -> 3.4.3
1 parent e77f802 commit 6fe9601

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

module-core/pom.xml

+3-2
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.3.5</version>
8+
<version>3.4.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>io.goobi.vocabulary</groupId>
@@ -15,7 +15,8 @@
1515
<description>Spring Boot based RESTful web service for vocabulary management</description>
1616
<packaging>jar</packaging>
1717
<properties>
18-
<maven.compiler.release>17</maven.compiler.release>
18+
<java.version>21</java.version>
19+
<maven.compiler.release>21</maven.compiler.release>
1920
<maven.version>3.8.8</maven.version>
2021

2122
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)