Skip to content

Commit 6b71635

Browse files
Bump r2dbc-postgresql in /modules/r2dbc
Bumps [r2dbc-postgresql](https://github.com/r2dbc/r2dbc-postgresql) from 0.8.12.RELEASE to 0.8.13.RELEASE. - [Release notes](https://github.com/r2dbc/r2dbc-postgresql/releases) - [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v0.8.13.RELEASE/CHANGELOG) - [Commits](pgjdbc/r2dbc-postgresql@v0.8.12.RELEASE...v0.8.13.RELEASE) --- updated-dependencies: - dependency-name: io.r2dbc:r2dbc-postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc3d600 commit 6b71635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/r2dbc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
api 'io.r2dbc:r2dbc-spi:0.8.1.RELEASE'
1313

1414
testImplementation 'org.assertj:assertj-core:3.23.1'
15-
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.12.RELEASE'
15+
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1616
testImplementation project(':postgresql')
1717

1818
testFixturesImplementation 'io.projectreactor:reactor-core:3.4.22'

0 commit comments

Comments
 (0)