Skip to content

Commit 2090e1c

Browse files
chore(deps): bump plugin.serialization from 2.2.20 to 2.2.21
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.2.20 to 2.2.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.2.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.20...v2.2.21) --- updated-dependencies: - dependency-name: plugin.serialization dependency-version: 2.2.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f48a5d commit 2090e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1212
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1313
alias(libs.plugins.kover) // Gradle Kover Plugin
14-
kotlin("plugin.serialization") version "2.2.20"
14+
kotlin("plugin.serialization") version "2.2.21"
1515
}
1616

1717
group = providers.gradleProperty("pluginGroup").get()

0 commit comments

Comments
 (0)