From cee347d4edb4ed56eef46f623aac80604ad233a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Mar 2025 20:18:13 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-reflect from 2.1.10 to 2.1.20 Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.1.20. - [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/v2.1.10...v2.1.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 642557579a..15bbb6dfdc 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -406,7 +406,7 @@ dependencies { testImplementation("com.shazam:shazamcrest:0.11") testImplementation("org.robolectric:robolectric:4.14.1") //we need it to test Parcelable implementation - testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10") + testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.20") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.6.1") testImplementation("io.github.classgraph:classgraph:4.8.179")