Skip to content

Commit

Permalink
Bump r2dbc-h2 from 0.8.0.RELEASE to 0.8.1.RELEASE (#135)
Browse files Browse the repository at this point in the history
Bumps [r2dbc-h2](https://github.com/r2dbc/r2dbc-h2) from 0.8.0.RELEASE to 0.8.1.RELEASE.
- [Release notes](https://github.com/r2dbc/r2dbc-h2/releases)
- [Changelog](https://github.com/r2dbc/r2dbc-h2/blob/master/CHANGELOG)
- [Commits](r2dbc/r2dbc-h2@v0.8.0.RELEASE...v0.8.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and pacphi committed Dec 10, 2019
1 parent 1f257db commit d5f35a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ dependencies {
implementation('org.locationtech.jts:jts-core:1.16.1')
implementation('io.r2dbc:r2dbc-spi:0.8.0.RELEASE')
runtime('io.r2dbc:r2dbc-pool:0.8.0.RELEASE')
implementation('io.r2dbc:r2dbc-h2:0.8.0.RELEASE')
implementation('io.r2dbc:r2dbc-h2:0.8.1.RELEASE')
runtime('io.r2dbc:r2dbc-postgresql:0.8.0.RELEASE')
implementation('org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r')
implementation('org.springframework.boot:spring-boot-starter-mail')
Expand Down

0 comments on commit d5f35a4

Please sign in to comment.