From a07a1d0baf4a0c7fa41c123acbe013e577657c8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 12:24:20 +0000 Subject: [PATCH] Bump sqlx4k from 0.22.0 to 0.23.0 Bumps `sqlx4k` from 0.22.0 to 0.23.0. Updates `io.github.smyrgeorge:sqlx4k` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.22.0...0.23.0) Updates `io.github.smyrgeorge:sqlx4k-postgres` from 0.22.0 to 0.23.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.22.0...0.23.0) --- updated-dependencies: - dependency-name: io.github.smyrgeorge:sqlx4k dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.github.smyrgeorge:sqlx4k-postgres dependency-type: direct:production update-type: version-update:semver-minor ... 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 de6c6af..1216e26 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -14,7 +14,7 @@ assertk = "0.28.1" # https://github.com/touchlab/Stately stately = "2.1.0" # https://github.com/smyrgeorge/sqlx4k -sqlx4k = "0.22.0" +sqlx4k = "0.23.0" [libraries] gradle-kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }