Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlin:kotlin-reflect to v1.9.25
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 5, 2024
1 parent ecd3875 commit 1a93561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/funcTest/resources/testProjects/mockk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
testImplementation "io.mockk:mockk:1.13.2"
testImplementation "io.mockk:mockk-agent-jvm:1.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.7.21"
testImplementation "org.jetbrains.kotlin:kotlin-reflect:1.9.25"
}

android {
Expand Down

0 comments on commit 1a93561

Please sign in to comment.