From 6fbbeefab1912eaff20cac092ed724ab69182884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 00:05:46 +0000 Subject: [PATCH] Bump kimchi-core from 2.1.1 to 2.1.2 Bumps `kimchi-core` from 2.1.1 to 2.1.2. Updates `com.inkapplications.kimchi:logger` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.1...2.1.2) Updates `com.inkapplications.kimchi:core` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.1...2.1.2) Updates `com.inkapplications.kimchi:analytics` from 2.1.1 to 2.1.2 - [Release notes](https://github.com/InkApplications/Kimchi/releases) - [Changelog](https://github.com/InkApplications/Kimchi/blob/master/CHANGELOG.md) - [Commits](https://github.com/InkApplications/Kimchi/compare/2.1.1...2.1.2) --- updated-dependencies: - dependency-name: com.inkapplications.kimchi:logger dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.inkapplications.kimchi:core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.inkapplications.kimchi:analytics 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 a5d7c49..3db5a2f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ activity = "1.7.2" compose-compiler = "1.5.7" ack = "1.0.0" -kimchi-core = "2.1.1" +kimchi-core = "2.1.2" kimchi-firebase = "2.0.0" watermelon = "1.3.0" kotlin = "1.9.21"