From 655448063ec8898c0e3d1a592eb76048e6a521e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:39:36 +0000 Subject: [PATCH] build(deps): bump the maven-dependencies group with 2 updates Bumps the maven-dependencies group with 2 updates: androidx.core:core-splashscreen and [org.jetbrains.kotlinx:kotlinx-coroutines-android](https://github.com/Kotlin/kotlinx.coroutines). Updates `androidx.core:core-splashscreen` from 1.1.0-rc01 to 1.2.0-alpha02 Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.9.0 to 1.10.1 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.9.0...1.10.1) --- updated-dependencies: - dependency-name: androidx.core:core-splashscreen dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-dependencies ... Signed-off-by: dependabot[bot] --- 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 f1bccad9..0bd26ed4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ coilVersion = "3.0.4" commonsCompressVersion = "1.27.1" constraintlayout = "2.2.0" coreKtx = "1.15.0" -coreSplashscreen = "1.1.0-rc01" +coreSplashscreen = "1.2.0-alpha02" datastorePreferences = "1.1.1" espressoCore = "3.6.1" firebaseBom = "33.7.0" @@ -18,7 +18,7 @@ junit = "4.13.2" junitVersion = "1.2.1" konaCryptoVersion = "1.0.15" konaProviderVersion = "1.0.15" -kotlinxCoroutinesAndroid = "1.9.0" +kotlinxCoroutinesAndroid = "1.10.1" kotlinxSerializationJson = "1.7.3" library = "1.3.0" lifecycleRuntimeKtx = "2.8.7"