We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abea4a commit 8776f66Copy full SHA for 8776f66
oauth2/oauth2-client/spring-security-oauth2-client.gradle
@@ -22,7 +22,7 @@ dependencies {
22
testImplementation 'io.projectreactor.netty:reactor-netty'
23
testImplementation 'io.projectreactor:reactor-test'
24
testImplementation 'org.skyscreamer:jsonassert'
25
- testImplementation 'io.r2dbc:r2dbc-h2:0.9.1.RELEASE'
+ testImplementation 'io.r2dbc:r2dbc-h2:1.0.0.RC1'
26
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.1.RELEASE'
27
testImplementation "org.assertj:assertj-core"
28
testImplementation "org.junit.jupiter:junit-jupiter-api"
0 commit comments