From b2178f17195d136ce2f014206f8579b7c67ea49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:30:18 +0000 Subject: [PATCH 1/3] Bump accompanist-systemuicontroller from 0.24.1-alpha to 0.24.3-alpha Bumps [accompanist-systemuicontroller](https://github.com/google/accompanist) from 0.24.1-alpha to 0.24.3-alpha. - [Release notes](https://github.com/google/accompanist/releases) - [Commits](https://github.com/google/accompanist/compare/v0.24.1-alpha...v0.24.3-alpha) --- updated-dependencies: - dependency-name: com.google.accompanist:accompanist-systemuicontroller dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- design-library/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design-library/build.gradle b/design-library/build.gradle index f15ea08..3f34d0b 100644 --- a/design-library/build.gradle +++ b/design-library/build.gradle @@ -3,5 +3,5 @@ applyAndroidLibraryModule(project) dependencies { implementation project(":core") implementation("io.coil-kt:coil-compose:1.4.0") - implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.1-alpha" + implementation "com.google.accompanist:accompanist-systemuicontroller:0.24.3-alpha" } \ No newline at end of file From 54756437f00c76e4549ca368f3c759a2b786a2c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:30:22 +0000 Subject: [PATCH 2/3] Bump kotlinx-serialization-json from 1.3.0 to 1.3.2 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.0 to 1.3.2. - [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.3.0...v1.3.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index 5fc98c6..d2d8453 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -109,7 +109,7 @@ ext.Dependencies.with { mavenCentral.with { kotlinGradlePlugin = "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlinVer}" kotlinSerializationGradlePlugin = "org.jetbrains.kotlin:kotlin-serialization:${kotlinVer}" - kotlinSerializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0" + kotlinSerializationJson = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2" kotlinCoroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0" kotlinTest = "org.jetbrains.kotlin:kotlin-test-junit:${kotlinVer}" From a57a4035b4e9a35597cc79032f9b51f851d0d08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 05:30:26 +0000 Subject: [PATCH 3/3] Bump mockk from 1.12.2 to 1.12.3 Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.2...1.12.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- core/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7bcba9f..e79aeb2 100644 --- a/build.gradle +++ b/build.gradle @@ -126,7 +126,7 @@ ext.kotlinTest = { dependencies -> dependencies.testImplementation Dependencies.mavenCentral.kluent dependencies.testImplementation Dependencies.mavenCentral.kotlinTest dependencies.testImplementation "org.jetbrains.kotlin:kotlin-test-junit:1.6.10" - dependencies.testImplementation 'io.mockk:mockk:1.12.2' + dependencies.testImplementation 'io.mockk:mockk:1.12.3' dependencies.testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' dependencies.testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2' diff --git a/core/build.gradle b/core/build.gradle index 9388e48..7b59171 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -7,6 +7,6 @@ dependencies { implementation Dependencies.mavenCentral.kotlinCoroutinesCore testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore testFixturesImplementation Dependencies.mavenCentral.kluent - testFixturesImplementation 'io.mockk:mockk:1.12.2' + testFixturesImplementation 'io.mockk:mockk:1.12.3' testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0' } \ No newline at end of file