Skip to content

Commit

Permalink
chore(deps): bump org.jetbrains.kotlin:kotlin-test-junit5 (#598)
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.20 to 1.9.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.20...v1.9.21)

---
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent 4f1442d commit 18582a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val mockWebServerVersion = "4.12.0"
val jacksonVersion = "2.16.0"
val nettyVersion = "4.1.101.Final"
val junitJupiterVersion = "5.10.1"
val kotlinVersion = "1.9.20"
val kotlinVersion = "1.9.21"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.8.0"
val bouncyCastleVersion = "1.70"
Expand Down

0 comments on commit 18582a1

Please sign in to comment.