Skip to content

Commit 2f0ca30

Browse files
fix(deps): update java dependencies
1 parent 86d14cc commit 2f0ca30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.4</version>
9+
<version>3.5.5</version>
1010
<relativePath />
1111
</parent>
1212

@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>org.springdoc</groupId>
110110
<artifactId>springdoc-openapi-starter-webflux-ui</artifactId>
111-
<version>2.8.9</version>
111+
<version>2.8.13</version>
112112
</dependency>
113113

114114
<dependency>
@@ -264,12 +264,12 @@
264264
<dependency>
265265
<groupId>io.projectreactor.netty</groupId>
266266
<artifactId>reactor-netty-http</artifactId>
267-
<version>1.2.9</version>
267+
<version>1.2.10</version>
268268
</dependency>
269269
<dependency>
270270
<groupId>io.netty</groupId>
271271
<artifactId>netty-bom</artifactId>
272-
<version>4.1.125.Final</version>
272+
<version>4.2.6.Final</version>
273273
<type>pom</type>
274274
<scope>import</scope>
275275
</dependency>

0 commit comments

Comments
 (0)