Upgrade io.r2dbc:r2dbc-h2 (used as testImplementation in oauth2-client) to 1.0.0 once spring-r2dbc is compatible with the latest io.r2dbc artifacts.

Tests that are currently disabled and should be re-enabled: * org.springframework.security.oauth2.client.R2dbcReactiveOAuth2AuthorizedClientServiceTests * loadAuthorizedClientWhenExistsThenReturnAuthorizedClient() * saveAuthorizedClientWhenSaveThenLoadReturnsSaved() * saveAuthorizedClientWhenSaveClientWithExistingPrimaryKeyThenUpdate() * removeAuthorizedClientWhenExistsThenRemoved() * loadAuthorizedClientWhenExistsButNotFoundInClientRegistrationRepositoryThenThrowDataRetrievalFailureException()

Comment From: sjohnr

Related spring-projects/spring-framework#28787