Skip to content

Commit

Permalink
build(deps): bump kotlinVersion from 2.0.0 to 2.0.10
Browse files Browse the repository at this point in the history
Bumps `kotlinVersion` from 2.0.0 to 2.0.10.

Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

Updates `org.jetbrains.kotlin:kotlin-allopen` from 2.0.0 to 2.0.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.10/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.0...v2.0.10)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and hsinn0 committed Aug 7, 2024
1 parent 83fbb21 commit 371f604
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 @@ -13,7 +13,7 @@ buildscript {
guavaVersion = '33.2.1-jre'
h2Version = '1.4.200'
jsonPathVersion = '2.9.0'
kotlinVersion = '2.0.0'
kotlinVersion = '2.0.10'
ktlintVersion = '0.49.1'
passayVersion = '1.6.4'
postgresqlJdbcVersion = '42.7.3'
Expand Down

0 comments on commit 371f604

Please sign in to comment.