From 514b4dc1b69f9d7dad5f2c5417ece80d350dbaa9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:24:34 +0000 Subject: [PATCH] Bump sqlx4k from 0.32.0 to 0.34.0 Bumps `sqlx4k` from 0.32.0 to 0.34.0. Updates `io.github.smyrgeorge:sqlx4k` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.32.0...0.34.0) Updates `io.github.smyrgeorge:sqlx4k-postgres` from 0.32.0 to 0.34.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.32.0...0.34.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 e964092..659bf06 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.32.0" +sqlx4k = "0.34.0" [libraries] gradle-kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }