Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-test from 1.9.24 to 2.1.0
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.1.0.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.0/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.24...v2.1.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent 94e72e6 commit 2d9f476
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 @@ -17,7 +17,7 @@ val nimbusVersion = "9.47"
val detektVersion = "1.23.0"
val kotestVersion = "5.9.1"
val kotestExtensionsVersion = "2.0.0"
val kotlinVersion = "1.9.24"
val kotlinVersion = "2.1.0"
val mockkVersion = "1.13.13"
val postgresVersion = "42.7.4"
val hikariVersion = "5.1.0"
Expand Down

0 comments on commit 2d9f476

Please sign in to comment.