From ea14039add15084537a41025a8e9e67878538e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 08:11:28 +0000 Subject: [PATCH] chore(deps): bump the minor group with 2 updates Bumps the minor group with 2 updates: [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) and [app.cash.turbine:turbine](https://github.com/cashapp/turbine). Updates `io.kotest:kotest-assertions-core` from 5.6.2 to 5.9.0 - [Release notes](https://github.com/kotest/kotest/releases) - [Commits](https://github.com/kotest/kotest/compare/v5.6.2...v5.9.0) Updates `app.cash.turbine:turbine` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/cashapp/turbine/releases) - [Changelog](https://github.com/cashapp/turbine/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/cashapp/turbine/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: io.kotest:kotest-assertions-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: app.cash.turbine:turbine dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... 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 035c7d5..5b1a631 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,8 +8,8 @@ spotless = "6.25.0" ktfmt = "0.47" detekt = "1.23.6" sonar = "5.0.0.4638" -kotest-assertions-core = "5.6.2" -turbine = "1.0.0" +kotest-assertions-core = "5.9.0" +turbine = "1.1.0" mockative = "1.4.1" [plugins]