From 2a0ec3d47e05e03d9c144b19e41963ade62f97c6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:01:54 +0000 Subject: [PATCH] fix(deps): update dependency io.github.aakira:napier to v2.7.1 (#427) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.aakira:napier](https://togithub.com/aakira/Napier) | `2.7.0` -> `2.7.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.aakira:napier/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.aakira:napier/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.aakira:napier/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.aakira:napier/2.7.0/2.7.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
aakira/Napier (io.github.aakira:napier) ### [`v2.7.1`](https://togithub.com/AAkira/Napier/releases/tag/2.7.1) [Compare Source](https://togithub.com/aakira/Napier/compare/2.7.0...2.7.1) - Fix ios artifacts(Add Arm)
--- ### 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 [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 f0c6565a..7b9bb50f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -84,7 +84,7 @@ kotlinx-serialization-core = { module = "org.jetbrains.kotlinx:kotlinx-serializa kotlinx-serialization-json = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "serialization" } kotlinResult-coroutines = { module = "com.michael-bull.kotlin-result:kotlin-result-coroutines", version.ref = "kotlinResult" } material3-pulltorefresh = "eu.bambooapps:compose-material3-pullrefresh:1.0.1" -napier = "io.github.aakira:napier:2.7.0" +napier = "io.github.aakira:napier:2.7.1" okhttp-bom = "com.squareup.okhttp3:okhttp-bom:4.12.0" okhttp-core = { module = "com.squareup.okhttp3:okhttp" } okhttp-loggingInterceptor = { module = "com.squareup.okhttp3:logging-interceptor" }