Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/gradle/modules/postgr…
Browse files Browse the repository at this point in the history
…esql/io.r2dbc-r2dbc-postgresql-0.8.11.RELEASE' into combined-pr-branch
  • Loading branch information
kiview committed Jan 17, 2022
2 parents 0ff1c79 + 3a16a79 commit 0a04166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/postgresql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ dependencies {
api project(':jdbc')

compileOnly project(':r2dbc')
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.8.RELEASE'
compileOnly 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

testImplementation project(':jdbc-test')
testImplementation project(':test-support')
testImplementation 'org.postgresql:postgresql:42.3.1'

testImplementation testFixtures(project(':r2dbc'))
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.5.RELEASE'
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.11.RELEASE'

compileOnly 'org.jetbrains:annotations:23.0.0'
}

0 comments on commit 0a04166

Please sign in to comment.