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 5cd7c71 commit 7c54f98Copy full SHA for 7c54f98
oauth2/oauth2-client/spring-security-oauth2-client.gradle
@@ -23,8 +23,8 @@ dependencies {
23
testImplementation 'io.projectreactor:reactor-test'
24
testImplementation 'io.projectreactor.tools:blockhound'
25
testImplementation 'org.skyscreamer:jsonassert'
26
- testImplementation 'io.r2dbc:r2dbc-h2:0.8.4.RELEASE'
27
- testImplementation 'io.r2dbc:r2dbc-spi-test:0.8.6.RELEASE'
+ testImplementation 'io.r2dbc:r2dbc-h2:0.9.0.RELEASE'
+ testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.0.RELEASE'
28
testImplementation "org.assertj:assertj-core"
29
testImplementation "org.junit.jupiter:junit-jupiter-api"
30
testImplementation "org.junit.jupiter:junit-jupiter-params"
0 commit comments