Skip to content

Commit

Permalink
deps: Update dependency io.projectreactor:reactor-core to v3.5.10 (#1487
Browse files Browse the repository at this point in the history
)
  • Loading branch information
renovate-bot committed Sep 13, 2023
1 parent 1f2f660 commit 2ff54c5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.5.9</version>
<version>3.5.10</version>
</dependency>
<dependency>
<groupId>io.projectreactor.netty</groupId>
Expand Down

0 comments on commit 2ff54c5

Please sign in to comment.