From a68c2841879b2ed62a9877d1b8a6b411c2557848 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 17:11:34 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-test-junit in /examples Bumps [org.jetbrains.kotlin:kotlin-test-junit](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.23...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-test-junit dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- examples/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gradle/libs.versions.toml b/examples/gradle/libs.versions.toml index bf890017..de35c344 100644 --- a/examples/gradle/libs.versions.toml +++ b/examples/gradle/libs.versions.toml @@ -31,4 +31,4 @@ androidx-compose-runtime = { group = "androidx.compose.runtime", name = "runtime androidx-compose-ui = { group = "androidx.compose.ui", name = "ui", version = "1.9.0" } androidx-compose-compiler = { group = "androidx.compose.compiler", name = "compiler", version = "1.5.15" } -kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version = "1.9.23" } +kotlin-test-junit = { group = "org.jetbrains.kotlin", name = "kotlin-test-junit", version = "2.2.10" }