Skip to content

Commit

Permalink
Bump plugin.serialization from 1.9.23 to 2.1.10
Browse files Browse the repository at this point in the history
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.1.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.1.10)

---
updated-dependencies:
- dependency-name: plugin.serialization
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent 98891ab commit 9ec95a4
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 @@ -11,7 +11,7 @@ import java.net.URI

plugins {
kotlin("jvm") version "2.0.21" apply false
kotlin("plugin.serialization") version "1.9.23" apply false
kotlin("plugin.serialization") version "2.1.10" apply false
id("org.jlleitschuh.gradle.ktlint") version "12.1.0"
id("org.jetbrains.kotlinx.kover") version "0.8.3"
id("org.jetbrains.dokka") version "1.9.20"
Expand Down

0 comments on commit 9ec95a4

Please sign in to comment.