Skip to content

Commit

Permalink
Bump plugin.serialization from 2.0.10 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.0.10 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@v2.0.10...v2.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 36ebc58 commit ddeb396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stars-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plugins {
id("tools.aqua.stars.library-conventions")
kotlin("plugin.serialization") version "2.0.10"
kotlin("plugin.serialization") version "2.1.0"
}

mavenMetadata {
Expand Down
2 changes: 1 addition & 1 deletion stars-importer-carla/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

plugins {
id("tools.aqua.stars.library-conventions")
kotlin("plugin.serialization") version "2.0.10"
kotlin("plugin.serialization") version "2.1.0"
}

mavenMetadata {
Expand Down

0 comments on commit ddeb396

Please sign in to comment.