Skip to content

Commit

Permalink
Bump io.r2dbc:r2dbc-pool from 0.9.1.RELEASE to 1.0.1.RELEASE
Browse files Browse the repository at this point in the history
Bumps [io.r2dbc:r2dbc-pool](https://github.com/r2dbc/r2dbc-pool) from 0.9.1.RELEASE to 1.0.1.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-pool/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-pool/blob/v1.0.1.RELEASE/CHANGELOG)
- [Commits](r2dbc/r2dbc-pool@v0.9.1.RELEASE...v1.0.1.RELEASE)

---
updated-dependencies:
- dependency-name: io.r2dbc:r2dbc-pool
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 17, 2023
1 parent 65ce3d8 commit 29098f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webflux/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {

implementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
implementation 'io.r2dbc:r2dbc-spi:0.9.1.RELEASE'
implementation 'io.r2dbc:r2dbc-pool:0.9.1.RELEASE'
implementation 'io.r2dbc:r2dbc-pool:1.0.1.RELEASE'
implementation 'org.springframework.boot:spring-boot-starter-data-r2dbc'

implementation 'io.micrometer:micrometer-registry-prometheus:1.10.4'
Expand Down

0 comments on commit 29098f0

Please sign in to comment.