Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-test in /android
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-test](https://github.com/JetBrains/kotlin) from 1.9.24 to 2.0.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 27, 2024
1 parent 6a531ed commit 8f7ae43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/clientlib-ktx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'androidx.test:core:1.5.0'
testImplementation 'androidx.test:rules:1.5.0'
testImplementation 'org.jetbrains.kotlin:kotlin-test:1.9.24'
testImplementation 'org.jetbrains.kotlin:kotlin-test:2.0.0'
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1'
testImplementation 'org.robolectric:robolectric:4.12.2'
implementation 'org.mockito.kotlin:mockito-kotlin:4.1.0'
Expand Down

0 comments on commit 8f7ae43

Please sign in to comment.