Skip to content

Commit f680882

Browse files
dependabot[bot]sander
authored andcommittedJan 31, 2024
chore(deps): bump plugin.serialization from 1.9.10 to 1.9.22
Bumps [plugin.serialization](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.10...v1.9.22) --- updated-dependencies: - dependency-name: plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1285386 commit f680882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
55
plugins {
66
kotlin("jvm") version "1.9.22"
77
id("org.jetbrains.kotlinx.kover") version "0.7.4"
8-
kotlin("plugin.serialization") version "1.9.10"
8+
kotlin("plugin.serialization") version "1.9.22"
99
`maven-publish`
1010
signing
1111
id("io.github.gradle-nexus.publish-plugin") version "1.3.0"

0 commit comments

Comments
 (0)
Please sign in to comment.