|
12 | 12 | <parent> |
13 | 13 | <groupId>org.springframework.boot</groupId> |
14 | 14 | <artifactId>spring-boot-starter-parent</artifactId> |
15 | | - <version>3.2.2</version> |
| 15 | + <version>3.2.6</version> |
16 | 16 | <relativePath/> |
17 | 17 | </parent> |
18 | 18 |
|
|
21 | 21 | <java.version>17</java.version> |
22 | 22 | <maven.compiler.source>17</maven.compiler.source> |
23 | 23 | <maven.compiler.target>17</maven.compiler.target> |
24 | | - <spring-boot.version>3.2.2</spring-boot.version> |
| 24 | + <spring-boot.version>3.2.6</spring-boot.version> |
25 | 25 | <aws.java.sdk.version>2.23.12</aws.java.sdk.version> |
26 | 26 | </properties> |
27 | 27 |
|
|
178 | 178 | <dependency> |
179 | 179 | <groupId>commons-io</groupId> |
180 | 180 | <artifactId>commons-io</artifactId> |
181 | | - <version>2.15.1</version> |
| 181 | + <version>2.16.1</version> |
182 | 182 | </dependency> |
183 | 183 | <dependency> |
184 | 184 | <groupId>org.springdoc</groupId> |
185 | 185 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
186 | | - <version>2.3.0</version> |
| 186 | + <version>2.5.0</version> |
| 187 | + </dependency> |
| 188 | + <dependency> |
| 189 | + <groupId>org.springdoc</groupId> |
| 190 | + <artifactId>springdoc-openapi-starter-common</artifactId> |
| 191 | + <version>2.5.0</version> |
187 | 192 | </dependency> |
188 | 193 | <dependency> |
189 | 194 | <groupId>net.logstash.logback</groupId> |
|
262 | 267 | <dependency> |
263 | 268 | <groupId>org.postgresql</groupId> |
264 | 269 | <artifactId>postgresql</artifactId> |
265 | | - <version>42.7.1</version> |
| 270 | + <version>42.7.3</version> |
266 | 271 | </dependency> |
267 | 272 | <dependency> |
268 | 273 | <groupId>com.mysql</groupId> |
|
352 | 357 | <artifactId>lombok</artifactId> |
353 | 358 | <scope>provided</scope> |
354 | 359 | </dependency> |
355 | | - <dependency> |
356 | | - <groupId>org.springdoc</groupId> |
357 | | - <artifactId>springdoc-openapi-starter-common</artifactId> |
358 | | - <version>2.3.0</version> |
359 | | - </dependency> |
360 | 360 |
|
361 | 361 | <dependency> |
362 | 362 | <groupId>jakarta.mail</groupId> |
|
0 commit comments