From 28a863c8b6e06ef2445ac30d40196d6e496db377 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 10:02:15 +0200 Subject: [PATCH] Bump the ivy-wallet group with 8 updates (#2916) Bumps the ivy-wallet group with 8 updates: | Package | From | To | | --- | --- | --- | | [io.ktor:ktor-client-okhttp](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-content-negotiation](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-serialization-kotlinx-json](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-core](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-serialization](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.ktor:ktor-client-logging](https://github.com/ktorio/ktor) | `2.3.7` | `2.3.8` | | [io.gitlab.arturbosch.detekt:detekt-gradle-plugin](https://github.com/detekt/detekt) | `1.23.4` | `1.23.5` | | [io.gitlab.arturbosch.detekt:detekt-formatting](https://github.com/detekt/detekt) | `1.23.4` | `1.23.5` | Updates `io.ktor:ktor-client-okhttp` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-core` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-serialization` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.ktor:ktor-client-logging` from 2.3.7 to 2.3.8 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.8/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.8) Updates `io.gitlab.arturbosch.detekt:detekt-gradle-plugin` from 1.23.4 to 1.23.5 - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.4...v1.23.5) Updates `io.gitlab.arturbosch.detekt:detekt-formatting` from 1.23.4 to 1.23.5 - [Release notes](https://github.com/detekt/detekt/releases) - [Commits](https://github.com/detekt/detekt/compare/v1.23.4...v1.23.5) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-okhttp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.gitlab.arturbosch.detekt:detekt-gradle-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet - dependency-name: io.gitlab.arturbosch.detekt:detekt-formatting dependency-type: direct:production update-type: version-update:semver-patch dependency-group: ivy-wallet ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5cc6907306..52df373453 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,7 +1,7 @@ [versions] kotlin = "1.9.22" kotlin-coroutines = "1.7.3" -ktor = "2.3.7" +ktor = "2.3.8" arrow = "1.2.1" kotest = "5.8.0" # https://developer.android.com/jetpack/androidx/releases/compose @@ -24,7 +24,7 @@ version-code = "150" # Linters -detekt = "1.23.4" # https://detekt.dev/docs/gettingstarted/gradle/ +detekt = "1.23.5" # https://detekt.dev/docs/gettingstarted/gradle/ [libraries] android-gradle-plugin = { module = "com.android.tools.build:gradle", version = "8.2.2" }