Skip to content

Commit 9b85261

Browse files
committed
Fix #33335: update dependencies
1 parent 62b4bc1 commit 9b85261

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.2.2</version>
15+
<version>3.2.6</version>
1616
<relativePath/>
1717
</parent>
1818

@@ -21,7 +21,7 @@
2121
<java.version>17</java.version>
2222
<maven.compiler.source>17</maven.compiler.source>
2323
<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>
2525
<aws.java.sdk.version>2.23.12</aws.java.sdk.version>
2626
</properties>
2727

@@ -178,12 +178,17 @@
178178
<dependency>
179179
<groupId>commons-io</groupId>
180180
<artifactId>commons-io</artifactId>
181-
<version>2.15.1</version>
181+
<version>2.16.1</version>
182182
</dependency>
183183
<dependency>
184184
<groupId>org.springdoc</groupId>
185185
<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>
187192
</dependency>
188193
<dependency>
189194
<groupId>net.logstash.logback</groupId>
@@ -262,7 +267,7 @@
262267
<dependency>
263268
<groupId>org.postgresql</groupId>
264269
<artifactId>postgresql</artifactId>
265-
<version>42.7.1</version>
270+
<version>42.7.3</version>
266271
</dependency>
267272
<dependency>
268273
<groupId>com.mysql</groupId>
@@ -352,11 +357,6 @@
352357
<artifactId>lombok</artifactId>
353358
<scope>provided</scope>
354359
</dependency>
355-
<dependency>
356-
<groupId>org.springdoc</groupId>
357-
<artifactId>springdoc-openapi-starter-common</artifactId>
358-
<version>2.3.0</version>
359-
</dependency>
360360

361361
<dependency>
362362
<groupId>jakarta.mail</groupId>

0 commit comments

Comments
 (0)