From 23bd28a34df81017a0985bf98b1e1b8e9633bef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 21:22:01 +0000 Subject: [PATCH 1/2] Bump the versions group with 3 updates Bumps the versions group with 3 updates: [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization), [io.github.qdsfdhvh:image-loader](https://github.com/qdsfdhvh/compose-imageLoader) and [io.ktor:ktor-client-core](https://github.com/ktorio/ktor). Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.2 to 1.6.3 - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.2...v1.6.3) Updates `io.github.qdsfdhvh:image-loader` from 1.7.8 to 1.8.1 - [Release notes](https://github.com/qdsfdhvh/compose-imageLoader/releases) - [Commits](https://github.com/qdsfdhvh/compose-imageLoader/compare/1.7.8...1.8.1) Updates `io.ktor:ktor-client-core` from 2.3.7 to 2.3.11 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/2.3.11/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.3.7...2.3.11) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions - dependency-name: io.github.qdsfdhvh:image-loader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: versions - dependency-name: io.ktor:ktor-client-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: versions ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f38204e..b8e70a2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,12 +2,12 @@ # Kotlin kotlin-version = "2.0.0" # # https://github.com/JetBrains/kotlin kotlin-coroutines-core = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines -kotlin-serialization = "1.6.2" +kotlin-serialization = "1.6.3" klibs-gradleplugin = "1.2.0" # https://github.com/makeevrserg/gradle-plugin gradle-android = "8.4.1" # https://developer.android.com/build#top-level test-turbine = "1.1.0" # https://github.com/cashapp/turbine -compose-imageloader = "1.7.8" -ktor = "2.3.7" +compose-imageloader = "1.8.1" +ktor = "2.3.11" kotlin-compose = "1.6.10" [libraries] kotlin-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlin-coroutines-core" } From d53be21583f153135aef7945d9a4bc367e9545bf Mon Sep 17 00:00:00 2001 From: Roman Makeev <57789105+makeevrserg@users.noreply.github.com> Date: Fri, 31 May 2024 00:32:27 +0300 Subject: [PATCH 2/2] Update gradle.properties --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5c3f743..fac3a1f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,7 +19,7 @@ makeevrserg.java.ktarget=17 # Project makeevrserg.project.name=Paging makeevrserg.project.group=ru.astrainteractive.klibs -makeevrserg.project.version.string=2.2.0 +makeevrserg.project.version.string=2.2.1 makeevrserg.project.description=Kotlin Multiplatform paging library makeevrserg.project.developers=makeevrserg|Makeev Roman|makeevrserg@gmail.com makeevrserg.project.url=https://github.com/makeevrserg/klibs.paging @@ -30,4 +30,4 @@ makeevrserg.publish.description=Kotlin Multiplatform paging library makeevrserg.publish.repo.org=makeevrserg makeevrserg.publish.name=Paging makeevrserg.publish.license=Apache-2.0 -makeevrserg.publish.developers=makeevrserg|Makeev Roman|makeevrserg@gmail.com \ No newline at end of file +makeevrserg.publish.developers=makeevrserg|Makeev Roman|makeevrserg@gmail.com