Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.8.10 to 1.9.10
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v1.9.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.10...v1.9.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2023
1 parent b3d9d4e commit 17fb1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qr-code/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {

detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.1")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.8.10")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.10")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
}
Expand Down

0 comments on commit 17fb1a0

Please sign in to comment.