From cf16e93c1c7a2de7bda55b2a2991e6f23e4d93a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Feb 2025 20:31:58 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-reflect from 2.1.0 to 2.1.10 Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.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/v2.1.0...v2.1.10) --- 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 fb7a6f9bf1..ad308dc60b 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -405,7 +405,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.0") + testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10") testImplementation("junit:junit:4.13.2") testImplementation("androidx.room:room-testing:2.6.1") testImplementation("io.github.classgraph:classgraph:4.8.179")