Skip to content

Commit 096af0f

Browse files
author
Bernd Ritter
committed
update to spring boot 4.1.0
1 parent 1d7dca6 commit 096af0f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

app/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
<parent>
1616
<groupId>org.springframework.boot</groupId>
1717
<artifactId>spring-boot-starter-parent</artifactId>
18-
<version>4.0.5</version>
18+
<version>4.1.0</version>
1919
</parent>
2020

2121
<properties>
2222
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2323
<slf4jVersion>2.0.16</slf4jVersion>
24-
<jackson.version>2.20.2</jackson.version>
24+
<jackson.version>2.21.4</jackson.version>
2525
<thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
26-
<flyway.version>12.0.3</flyway.version>
26+
<flyway.version>12.6.0</flyway.version>
2727

2828
<maven.compiler.release>25</maven.compiler.release>
2929
<maven.compiler.source>25</maven.compiler.source>
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.postgresql</groupId>
7474
<artifactId>postgresql</artifactId>
75-
<version>42.7.8</version>
75+
<version>42.7.11</version>
7676
<scope>runtime</scope>
7777
</dependency>
7878

@@ -137,14 +137,14 @@
137137
<dependency>
138138
<groupId>commons-io</groupId>
139139
<artifactId>commons-io</artifactId>
140-
<version>2.21.0</version>
140+
<version>2.22.0</version>
141141
</dependency>
142142

143143
<!-- Storage -->
144144
<dependency>
145145
<groupId>software.amazon.awssdk</groupId>
146146
<artifactId>s3</artifactId>
147-
<version>2.34.0</version>
147+
<version>2.46.7</version>
148148
</dependency>
149149

150150
<dependency>
@@ -226,7 +226,7 @@
226226
<plugin>
227227
<groupId>org.apache.maven.plugins</groupId>
228228
<artifactId>maven-surefire-plugin</artifactId>
229-
<version>3.5.5</version>
229+
<version>3.5.6</version>
230230
<configuration>
231231
<reportsDirectory>${project.basedir}/target/surefire-reports</reportsDirectory>
232232
</configuration>

0 commit comments

Comments
 (0)