From cb950833be05477fe4a5e04f58d69f2c09b0896e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 03:31:24 +0000 Subject: [PATCH] Bump kotlinx-coroutines-core from 1.5.0 to 1.5.2 (#43) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.0 to 1.5.2.
Release notes

Sourced from kotlinx-coroutines-core's releases.

1.5.2

1.5.1

Changelog

Sourced from kotlinx-coroutines-core's changelog.

Version 1.5.2

Version 1.5.1

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlinx:kotlinx-coroutines-core&package-manager=gradle&previous-version=1.5.0&new-version=1.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
https://github.com/RBusarow/Gradle-Template/pull/43 --- dependabot-bridge/build.gradle.kts | 10 +++++----- gradle/libs.versions.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependabot-bridge/build.gradle.kts b/dependabot-bridge/build.gradle.kts index ca1c535..043f14b 100644 --- a/dependabot-bridge/build.gradle.kts +++ b/dependabot-bridge/build.gradle.kts @@ -158,11 +158,11 @@ dependencies { dependencySync("org.jetbrains.kotlin:kotlin-reflect:1.5.21") dependencySync("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21") dependencySync("org.jetbrains.kotlinx:atomicfu-gradle-plugin:0.16.3") - dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.0") - dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.0") - dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.0") - dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.0") - dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.0") + dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.5.2") + dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.5.2") + dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2") + dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.5.2") + dependencySync("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.5.2") dependencySync("org.jetbrains.kotlinx:kotlinx-knit-test:0.3.0") dependencySync("org.jetbrains.kotlinx:kotlinx-knit:0.3.0") dependencySync("org.jlleitschuh.gradle:ktlint-gradle:10.2.0") diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d9cd1a5..43bbf2c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ androidx-test-version = "1.4.0" androidx-work-version = "2.6.0" kotlinx-atomicfu = "0.16.3" -kotlinx-coroutines = "1.5.0" +kotlinx-coroutines = "1.5.2" kotlinx-knit = "0.3.0" google-dagger = "2.38.1"