Skip to content

Commit

Permalink
Merge pull request #8369 from vector-im/dependabot/gradle/org.jetbrai…
Browse files Browse the repository at this point in the history
…ns.kotlin-kotlin-reflect-1.8.21

Bump org.jetbrains.kotlin:kotlin-reflect from 1.8.10 to 1.8.21
  • Loading branch information
Florian14 committed May 5, 2023
2 parents 466744d + 9fbf34f commit e6bfb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ dependencies {
androidTestImplementation libs.mockk.mockkAndroid
androidTestUtil libs.androidx.orchestrator
androidTestImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21"
debugImplementation libs.androidx.fragmentTestingManifest
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.10'
}
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -334,5 +334,5 @@ dependencies {
androidTestUtil libs.androidx.orchestrator
debugImplementation libs.androidx.fragmentTestingManifest
androidTestImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.8.21"
}

0 comments on commit e6bfb14

Please sign in to comment.