From 688efb99664698a3010877ce2c39973bd4d990d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:49:34 +0000 Subject: [PATCH 1/2] Bump ktor from 2.3.11 to 2.3.12 Bumps `ktor` from 2.3.11 to 2.3.12. Updates `io.ktor:ktor-client-core` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-json` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-logging` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-serialization` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-content-negotiation` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-android` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-darwin` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-java` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-js` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-client-winhttp` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) Updates `io.ktor:ktor-serialization-kotlinx-json` from 2.3.11 to 2.3.12 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.12/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.11...2.3.12) --- updated-dependencies: - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-json dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-serialization dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-android dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-darwin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-java dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-js dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-winhttp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json 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 959989738..0c97c4157 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ sqldelight = "2.0.2" kotlinInject = '0.7.1' multiplatform-settings = "1.1.1" kermit = "2.0.4" -ktor = "2.3.11" +ktor = "2.3.12" ktrofit = "1.14.0" buildKonfig = "0.15.1" lifecycle-viewmodel-compose = "2.8.0" From 3fd0d01139dd76d0f01c646f236d3d2f8122f351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 24 Jun 2024 12:52:20 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=A4=96=20Updates=20baselines=20for=20?= =?UTF-8?q?Dependency=20Guard?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../prodReleaseRuntimeClasspath.txt | 62 ++++++++++--------- 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/app/dependencies/prodReleaseRuntimeClasspath.txt b/app/dependencies/prodReleaseRuntimeClasspath.txt index 3dd33d51c..5e2e2f560 100644 --- a/app/dependencies/prodReleaseRuntimeClasspath.txt +++ b/app/dependencies/prodReleaseRuntimeClasspath.txt @@ -240,47 +240,49 @@ io.coil-kt.coil3:coil-network-ktor:3.0.0-alpha06 io.coil-kt.coil3:coil-svg-android:3.0.0-alpha06 io.coil-kt.coil3:coil-svg:3.0.0-alpha06 io.coil-kt.coil3:coil:3.0.0-alpha06 -io.ktor:ktor-client-android-jvm:2.3.11 -io.ktor:ktor-client-android:2.3.11 +io.ktor:ktor-client-android-jvm:2.3.12 +io.ktor:ktor-client-android:2.3.12 io.ktor:ktor-client-cio-jvm:2.3.10 -io.ktor:ktor-client-content-negotiation-jvm:2.3.11 -io.ktor:ktor-client-content-negotiation:2.3.11 -io.ktor:ktor-client-core-jvm:2.3.11 -io.ktor:ktor-client-core:2.3.11 -io.ktor:ktor-client-json-jvm:2.3.11 -io.ktor:ktor-client-json:2.3.11 -io.ktor:ktor-client-logging-jvm:2.3.11 -io.ktor:ktor-client-logging:2.3.11 -io.ktor:ktor-client-serialization-jvm:2.3.11 -io.ktor:ktor-client-serialization:2.3.11 -io.ktor:ktor-events-jvm:2.3.11 -io.ktor:ktor-events:2.3.11 +io.ktor:ktor-client-content-negotiation-jvm:2.3.12 +io.ktor:ktor-client-content-negotiation:2.3.12 +io.ktor:ktor-client-core-jvm:2.3.12 +io.ktor:ktor-client-core:2.3.12 +io.ktor:ktor-client-json-jvm:2.3.12 +io.ktor:ktor-client-json:2.3.12 +io.ktor:ktor-client-logging-jvm:2.3.12 +io.ktor:ktor-client-logging:2.3.12 +io.ktor:ktor-client-serialization-jvm:2.3.12 +io.ktor:ktor-client-serialization:2.3.12 +io.ktor:ktor-events-jvm:2.3.12 +io.ktor:ktor-events:2.3.12 io.ktor:ktor-http-cio-jvm:2.3.10 io.ktor:ktor-http-cio:2.3.10 -io.ktor:ktor-http-jvm:2.3.11 -io.ktor:ktor-http:2.3.11 -io.ktor:ktor-io-jvm:2.3.11 -io.ktor:ktor-io:2.3.11 +io.ktor:ktor-http-jvm:2.3.12 +io.ktor:ktor-http:2.3.12 +io.ktor:ktor-io-jvm:2.3.12 +io.ktor:ktor-io:2.3.12 io.ktor:ktor-network-jvm:2.3.10 io.ktor:ktor-network-tls-jvm:2.3.10 io.ktor:ktor-network-tls:2.3.10 io.ktor:ktor-network:2.3.10 -io.ktor:ktor-serialization-jvm:2.3.11 -io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.11 -io.ktor:ktor-serialization-kotlinx-json:2.3.11 -io.ktor:ktor-serialization-kotlinx-jvm:2.3.11 -io.ktor:ktor-serialization-kotlinx:2.3.11 -io.ktor:ktor-serialization:2.3.11 -io.ktor:ktor-utils-jvm:2.3.11 -io.ktor:ktor-utils:2.3.11 -io.ktor:ktor-websocket-serialization-jvm:2.3.11 -io.ktor:ktor-websocket-serialization:2.3.11 -io.ktor:ktor-websockets-jvm:2.3.11 -io.ktor:ktor-websockets:2.3.11 +io.ktor:ktor-serialization-jvm:2.3.12 +io.ktor:ktor-serialization-kotlinx-json-jvm:2.3.12 +io.ktor:ktor-serialization-kotlinx-json:2.3.12 +io.ktor:ktor-serialization-kotlinx-jvm:2.3.12 +io.ktor:ktor-serialization-kotlinx:2.3.12 +io.ktor:ktor-serialization:2.3.12 +io.ktor:ktor-utils-jvm:2.3.12 +io.ktor:ktor-utils:2.3.12 +io.ktor:ktor-websocket-serialization-jvm:2.3.12 +io.ktor:ktor-websocket-serialization:2.3.12 +io.ktor:ktor-websockets-jvm:2.3.12 +io.ktor:ktor-websockets:2.3.12 javax.inject:javax.inject:1 me.tatarka.inject:kotlin-inject-runtime-jvm:0.7.1 me.tatarka.inject:kotlin-inject-runtime:0.7.1 org.checkerframework:checker-qual:3.12.0 +org.jetbrains.androidx.lifecycle:lifecycle-viewmodel-compose:2.8.0 +org.jetbrains.androidx.navigation:navigation-compose:2.7.0-alpha07 org.jetbrains.compose.components:components-resources-android:1.6.11 org.jetbrains.compose.components:components-resources:1.6.11 org.jetbrains.compose.components:components-ui-tooling-preview-android:1.6.11