Skip to content

Commit

Permalink
deps: Update dependency io.r2dbc:r2dbc-pool to v1.0.1.RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 28, 2023
1 parent 88659aa commit ffbf032
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-pool</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-pool</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
<dependency>
<groupId>io.r2dbc</groupId>
<artifactId>r2dbc-pool</artifactId>
<version>1.0.0.RELEASE</version>
<version>1.0.1.RELEASE</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit ffbf032

Please sign in to comment.