Skip to content

Commit da0b12a

Browse files
committed
upgrade to spring boot 3.3.3
1 parent 77a003a commit da0b12a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.springframework.boot</groupId>
55
<artifactId>spring-boot-starter-parent</artifactId>
6-
<version>3.2.5</version>
6+
<version>3.3.3</version>
77
<relativePath /> <!-- lookup parent from repository -->
88
</parent>
99
<groupId>eu.clarin.cmdi</groupId>
@@ -20,7 +20,7 @@
2020
<maven.compiler.source>21</maven.compiler.source>
2121
<maven.compiler.target>21</maven.compiler.target>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
23-
<linkchecker-persistence.version>1.0.2</linkchecker-persistence.version>
23+
<linkchecker-persistence.version>1.0.3</linkchecker-persistence.version>
2424
<revision>7.0.0-SNAPSHOT</revision>
2525
<vlo.version>4.11.6</vlo.version>
2626
<vtd.version>2.11</vtd.version>

0 commit comments

Comments
 (0)