Merge pull request #7266 from vector-im/dependabot/gradle/org.jetbrains.kotlin-kotlin-reflect-1.7.20

Bump kotlin-reflect from 1.7.10 to 1.7.20
This commit is contained in:
Benoit Marty 2022-10-04 16:06:25 +02:00 committed by GitHub
commit 17cd2a3302
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -410,7 +410,7 @@ dependencies {
androidTestImplementation libs.mockk.mockkAndroid
androidTestUtil libs.androidx.orchestrator
androidTestImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
debugImplementation libs.androidx.fragmentTesting
debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.9.1'
}

View file

@ -318,5 +318,5 @@ dependencies {
androidTestImplementation libs.mockk.mockkAndroid
androidTestUtil libs.androidx.orchestrator
debugImplementation libs.androidx.fragmentTesting
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.10"
androidTestImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.20"
}