Skip to content

Commit ea3b3ad

Browse files
Bump r2dbc-postgresql in /modules/postgresql
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 ea3b3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/postgresql/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ dependencies {
77
api project(':jdbc')
88

99
compileOnly project(':r2dbc')
10-
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.12.RELEASE'
10+
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1111

1212
testImplementation project(':jdbc-test')
1313
testImplementation project(':test-support')
1414
testImplementation 'org.postgresql:postgresql:42.4.2'
1515

1616
testImplementation testFixtures(project(':r2dbc'))
17-
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'
17+
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
1818

1919
compileOnly 'org.jetbrains:annotations:23.0.0'
2020
}

0 commit comments

Comments
 (0)