Skip to content

Commit

Permalink
Update r2dbc-h2 to 1.0.0.RELEASE
Browse files Browse the repository at this point in the history
Closes gh-12251
  • Loading branch information
sjohnr committed Nov 19, 2022
1 parent 5227741 commit bb3d92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oauth2/oauth2-client/spring-security-oauth2-client.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
testImplementation 'io.projectreactor.netty:reactor-netty'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'org.skyscreamer:jsonassert'
testImplementation 'io.r2dbc:r2dbc-h2:1.0.0.RC1'
testImplementation 'io.r2dbc:r2dbc-h2:1.0.0.RELEASE'
testImplementation 'io.r2dbc:r2dbc-spi-test:0.9.1.RELEASE'
testImplementation "org.assertj:assertj-core"
testImplementation "org.junit.jupiter:junit-jupiter-api"
Expand Down

0 comments on commit bb3d92e

Please sign in to comment.