Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 5, 2023
1 parent 363a742 commit bec421d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation "commons-io:commons-io:2.11.0"
implementation 'io.sentry:sentry:6.18.1'
testImplementation "junit:junit:4.13.2"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.20"
testImplementation "org.jetbrains.kotlin:kotlin-test:1.8.21"
testImplementation "org.mockito:mockito-core:5.+"
testImplementation "org.assertj:assertj-core:3.24.2"
testImplementation "io.mockk:mockk:1.13.5"
Expand Down

0 comments on commit bec421d

Please sign in to comment.