Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-reflect from 2.0.20 to 2.0.21 (#2870)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.20...v2.0.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2024
1 parent 60988ad commit ff8a64a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ dependencies {
testImplementation("com.shazam:shazamcrest:0.11")
testImplementation("org.robolectric:robolectric:4.12.2")
//we need it to test Parcelable implementation
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20")
testImplementation("org.jetbrains.kotlin:kotlin-reflect:2.0.21")
testImplementation("junit:junit:4.13.2")
testImplementation("androidx.room:room-testing:2.6.1")
testImplementation("io.github.classgraph:classgraph:4.8.176")
Expand Down

0 comments on commit ff8a64a

Please sign in to comment.