From e20b39581b5a806c48422036b10dd64bdd5f42b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:52:45 +0200 Subject: [PATCH 1/2] Bump org.jetbrains.kotlinx:kotlinx-coroutines-core from 1.8.1 to 1.9.0 (#477) Bumps [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.8.1 to 1.9.0. - [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.8.1...1.9.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 716e5602..79662a4a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ junit-platform-launcher = "1.11.0" junit-platform-suite-engine = "1.11.0" kluent = "1.73" kotlin = "2.0.20" -kotlin-coroutines = "1.8.1" +kotlin-coroutines = "1.9.0" kotlinx-serialization-json = "1.7.1" mockk = "1.13.12" okhttp = "4.12.0" From 795fdf0219bf35935a749739b6a7fc38326e2e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:58:12 +0200 Subject: [PATCH 2/2] Bump org.junit.platform:junit-platform-suite-engine (#481) Bumps [org.junit.platform:junit-platform-suite-engine](https://github.com/junit-team/junit5) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-suite-engine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 79662a4a..5260f39e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ bigbone = "2.0.0-SNAPSHOT" # 3rd party dependencies junit-jupiter = "5.11.0" junit-platform-launcher = "1.11.0" -junit-platform-suite-engine = "1.11.0" +junit-platform-suite-engine = "1.11.1" kluent = "1.73" kotlin = "2.0.20" kotlin-coroutines = "1.9.0"