From ece1e73e62bdf15e495148fbf6cd6868d03e4a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:05:23 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-reflect from 2.3.20 to 2.3.21 Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.3.20 to 2.3.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-version: 2.3.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- moka/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moka/build.gradle.kts b/moka/build.gradle.kts index de361c6..ec08cb6 100644 --- a/moka/build.gradle.kts +++ b/moka/build.gradle.kts @@ -44,7 +44,7 @@ android { dependencies { api("androidx.test.espresso:espresso-contrib:3.7.0") - implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.20") + implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21") implementation("com.jakewharton.timber:timber:5.0.1") implementation("io.reactivex.rxjava2:rxjava:2.2.21") implementation("io.reactivex.rxjava2:rxandroid:2.1.1")