|
15 | 15 | <parent> |
16 | 16 | <groupId>org.springframework.boot</groupId> |
17 | 17 | <artifactId>spring-boot-starter-parent</artifactId> |
18 | | - <version>4.0.5</version> |
| 18 | + <version>4.1.0</version> |
19 | 19 | </parent> |
20 | 20 |
|
21 | 21 | <properties> |
22 | 22 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
23 | 23 | <slf4jVersion>2.0.16</slf4jVersion> |
24 | | - <jackson.version>2.20.2</jackson.version> |
| 24 | + <jackson.version>2.21.4</jackson.version> |
25 | 25 | <thymeleaf.version>3.1.3.RELEASE</thymeleaf.version> |
26 | | - <flyway.version>12.0.3</flyway.version> |
| 26 | + <flyway.version>12.6.0</flyway.version> |
27 | 27 |
|
28 | 28 | <maven.compiler.release>25</maven.compiler.release> |
29 | 29 | <maven.compiler.source>25</maven.compiler.source> |
|
72 | 72 | <dependency> |
73 | 73 | <groupId>org.postgresql</groupId> |
74 | 74 | <artifactId>postgresql</artifactId> |
75 | | - <version>42.7.8</version> |
| 75 | + <version>42.7.11</version> |
76 | 76 | <scope>runtime</scope> |
77 | 77 | </dependency> |
78 | 78 |
|
|
137 | 137 | <dependency> |
138 | 138 | <groupId>commons-io</groupId> |
139 | 139 | <artifactId>commons-io</artifactId> |
140 | | - <version>2.21.0</version> |
| 140 | + <version>2.22.0</version> |
141 | 141 | </dependency> |
142 | 142 |
|
143 | 143 | <!-- Storage --> |
144 | 144 | <dependency> |
145 | 145 | <groupId>software.amazon.awssdk</groupId> |
146 | 146 | <artifactId>s3</artifactId> |
147 | | - <version>2.34.0</version> |
| 147 | + <version>2.46.7</version> |
148 | 148 | </dependency> |
149 | 149 |
|
150 | 150 | <dependency> |
|
226 | 226 | <plugin> |
227 | 227 | <groupId>org.apache.maven.plugins</groupId> |
228 | 228 | <artifactId>maven-surefire-plugin</artifactId> |
229 | | - <version>3.5.5</version> |
| 229 | + <version>3.5.6</version> |
230 | 230 | <configuration> |
231 | 231 | <reportsDirectory>${project.basedir}/target/surefire-reports</reportsDirectory> |
232 | 232 | </configuration> |
|
0 commit comments