Skip to content

Commit 571b2dd

Browse files
Bump org.jetbrains.kotlin:kotlin-reflect from 2.1.0 to 2.1.10 (#2937)
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](JetBrains/kotlin@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3acd0bd commit 571b2dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

FlowCrypt/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ dependencies {
405405
testImplementation("com.shazam:shazamcrest:0.11")
406406
testImplementation("org.robolectric:robolectric:4.14.1")
407407
//we need it to test Parcelable implementation
408-
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.0")
408+
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.1.10")
409409
testImplementation("junit:junit:4.13.2")
410410
testImplementation("androidx.room:room-testing:2.6.1")
411411
testImplementation("io.github.classgraph:classgraph:4.8.179")

0 commit comments

Comments
 (0)