From f4c25f3cbbc6bb76db83a4a64082e8dd98726d76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 13:04:50 +0000 Subject: [PATCH] Bump sqlx4k from 0.23.0 to 0.30.0 Bumps `sqlx4k` from 0.23.0 to 0.30.0. Updates `io.github.smyrgeorge:sqlx4k` from 0.23.0 to 0.30.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.23.0...0.30.0) Updates `io.github.smyrgeorge:sqlx4k-postgres` from 0.23.0 to 0.30.0 - [Release notes](https://github.com/smyrgeorge/sqlx4k/releases) - [Commits](https://github.com/smyrgeorge/sqlx4k/compare/0.23.0...0.30.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 1216e26..71ece6c 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.23.0" +sqlx4k = "0.30.0" [libraries] gradle-kotlin-plugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }