From 14362c4220f44d0610b38a75594298a0f9986f8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 13:19:25 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.2.222 to 2.2.224 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.222 to 2.2.224. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.222...version-2.2.224) --- updated-dependencies: - dependency-name: com.h2database:h2 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 57cd827..de8aaf9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -20,7 +20,7 @@ serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization exposed-dao = { module = "org.jetbrains.exposed:exposed-dao", version.ref = "exposed" } exposed-jdbc = { module = "org.jetbrains.exposed:exposed-jdbc", version.ref = "exposed" } -h2 = { module = "com.h2database:h2", version = "2.2.222" } +h2 = { module = "com.h2database:h2", version = "2.2.224" } slf4j = { module = "org.slf4j:slf4j-simple", version = "2.0.9" } sqldelight-runtime = { module = "app.cash.sqldelight:runtime", version = "2.0.0" }