From ffba84851b06fc293e5123bcab73107382d4cd12 Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Fri, 2 Jun 2023 06:57:28 -0700 Subject: [PATCH] Update dependency com.benasher44:uuid to v0.7.1 (#663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.benasher44:uuid](https://togithub.com/benasher44/uuid) | dependencies | patch | `0.7.0` -> `0.7.1` | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### Release Notes
benasher44/uuid ### [`v0.7.1`](https://togithub.com/benasher44/uuid/blob/HEAD/CHANGELOG.md#​071---2023-06-01) [Compare Source](https://togithub.com/benasher44/uuid/compare/0.7.0...0.7.1) ##### Changed - Add support for watchosDeviceArm64 ([#​137](https://togithub.com/benasher44/uuid/issues/137)) - Upgrade Kotlin to 1.8.21 ([#​139](https://togithub.com/benasher44/uuid/issues/139))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). --- 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 e8a11c84c..6c0bffe4e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -210,7 +210,7 @@ truth = "com.google.truth:truth:1.1.4" turbine = { module = "app.cash.turbine:turbine", version.ref = "turbine" } # KMP UUID -uuid = "com.benasher44:uuid:0.7.0" +uuid = "com.benasher44:uuid:0.7.1" [bundles] androidx-activity = ["androidx-activity", "androidx-activity-ktx"]