Bump r2dbc-h2 from 0.9.1.RELEASE to 1.0.0.RELEASE

Bumps [r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) from 0.9.1.RELEASE to 1.0.0.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-h2/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-h2/blob/main/CHANGELOG)
- [Commits](https://github.com/r2dbc/r2dbc-h2/compare/v0.9.1.RELEASE...v1.0.0.RELEASE)

---
updated-dependencies:
- dependency-name: io.r2dbc:r2dbc-h2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-22 11:07:59 +00:00
committed by Alberto C. Ríos
parent 81d7f00759
commit 64c856cf3a

View File

@@ -33,7 +33,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-starter-security"
implementation "org.springframework.boot:spring-boot-starter-tomcat"
implementation "io.projectreactor:reactor-core"
implementation "io.r2dbc:r2dbc-h2:0.9.1.RELEASE"
implementation "io.r2dbc:r2dbc-h2:1.0.0.RELEASE"
docs "io.spring.docresources:spring-doc-resources:0.2.5@zip"
}