From 81dbd4b379e7584691c1fe0ec12597c17e3e355e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 15:23:15 +0000 Subject: [PATCH] Bump app.softwork:kotlinx-uuid-core from 0.0.22 to 0.1.2 Bumps [app.softwork:kotlinx-uuid-core](https://github.com/hfhbd/kotlinx-uuid) from 0.0.22 to 0.1.2. - [Release notes](https://github.com/hfhbd/kotlinx-uuid/releases) - [Commits](https://github.com/hfhbd/kotlinx-uuid/compare/v0.0.22...v0.1.2) --- updated-dependencies: - dependency-name: app.softwork:kotlinx-uuid-core 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 330fbac97..b7251f184 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ kotest = "5.9.0" kotest-testcontainers = "2.0.2" kotest-arrow = "1.4.0" klogging = "6.0.9" -uuid = "0.0.22" +uuid = "0.1.2" postgresql = "42.7.3" testcontainers = "1.19.5" hikari = "5.1.0"