Skip to content

Commit

Permalink
Bump org.postgresql:r2dbc-postgresql from 1.0.4.RELEASE to 1.0.5.RELEASE
Browse files Browse the repository at this point in the history
Bumps [org.postgresql:r2dbc-postgresql](https://github.com/pgjdbc/r2dbc-postgresql) from 1.0.4.RELEASE to 1.0.5.RELEASE.
- [Release notes](https://github.com/pgjdbc/r2dbc-postgresql/releases)
- [Changelog](https://github.com/pgjdbc/r2dbc-postgresql/blob/v1.0.5.RELEASE/CHANGELOG)
- [Commits](pgjdbc/r2dbc-postgresql@v1.0.4.RELEASE...v1.0.5.RELEASE)

---
updated-dependencies:
- dependency-name: org.postgresql:r2dbc-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent 2806bed commit c356950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ postgresql = { module = "org.postgresql:postgresql", version = "42.7.3" }
mysql = { module = "com.mysql:mysql-connector-j", version = "8.3.0" }
r2dbc-spi = { module = "io.r2dbc:r2dbc-spi", version.ref = "r2dbc" }
r2dbc-pool = { module = "io.r2dbc:r2dbc-pool", version.ref = "r2dbc" }
r2dbc-postgresql = { module = "org.postgresql:r2dbc-postgresql", version = "1.0.4.RELEASE" }
r2dbc-postgresql = { module = "org.postgresql:r2dbc-postgresql", version = "1.0.5.RELEASE" }
r2dbc-mysql = { module = "io.asyncer:r2dbc-mysql", version = "1.1.3" }
kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" }
kotlinx-coroutines-reactive = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", version.ref = "coroutines" }
Expand Down

0 comments on commit c356950

Please sign in to comment.