From c356950f615d8e95ca962f0d06dffac9287673b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:20:40 +0000 Subject: [PATCH] Bump org.postgresql:r2dbc-postgresql from 1.0.4.RELEASE to 1.0.5.RELEASE 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](https://github.com/pgjdbc/r2dbc-postgresql/compare/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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 66645eb7..2a39c536 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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" }