Skip to content

Commit c20620c

Browse files
chore(deps): bump plugin.serialization from 2.2.0 to 2.2.10
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.2.10) --- updated-dependencies: - dependency-name: plugin.serialization dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bdd1ede commit c20620c

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
@@ -12,7 +12,7 @@ plugins {
1212
alias(libs.plugins.changelog) // Gradle Changelog Plugin
1313
alias(libs.plugins.qodana) // Gradle Qodana Plugin
1414
alias(libs.plugins.kover) // Gradle Kover Plugin
15-
kotlin("plugin.serialization") version "2.2.0"
15+
kotlin("plugin.serialization") version "2.2.10"
1616
}
1717

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

0 commit comments

Comments
 (0)