Skip to content

Commit

Permalink
Bump plugin.serialization from 2.0.20 to 2.0.21
Browse files Browse the repository at this point in the history
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 10, 2024
1 parent 353dfc7 commit c86e517
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion whiskers-ktor-no-db/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
application
alias(libs.plugins.kotlin.multiplatform)
kotlin("plugin.serialization") version "2.0.20"
kotlin("plugin.serialization") version "2.0.21"
}

group = "org.jesperancinha.native"
Expand Down
2 changes: 1 addition & 1 deletion whiskers-ktor/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
application
alias(libs.plugins.kotlin.multiplatform)
kotlin("plugin.serialization") version "2.0.20"
kotlin("plugin.serialization") version "2.0.21"
}

group = "org.jesperancinha.native"
Expand Down

0 comments on commit c86e517

Please sign in to comment.