Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.10 to 1.9.20
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.9.10 to 1.9.20.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent b066b8f commit e4115b6
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 @@ -24,7 +24,7 @@ dependencies {

testImplementation("com.google.zxing:javase:3.5.2")
testImplementation("com.willowtreeapps.assertk:assertk:0.27.0")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.10")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.20")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.0")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.0")
Expand Down

0 comments on commit e4115b6

Please sign in to comment.