Skip to content

Commit

Permalink
Merge pull request #129 from platan/dependabot/gradle/plugin.serializ…
Browse files Browse the repository at this point in the history
…ation-2.0.0

Bump plugin.serialization from 1.9.24 to 2.0.0
  • Loading branch information
platan authored Jun 15, 2024
2 parents b4a9627 + 34c09c4 commit df96a10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("com.diffplug.spotless") version "6.25.0"
id("com.github.jakemarsden.git-hooks") version "0.0.2"
id("io.github.platan.tests-execution-chart") version "0.6.0"
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version "2.0.0"
id("pl.allegro.tech.build.axion-release") version "1.17.2"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-1"
Expand Down
2 changes: 1 addition & 1 deletion tests-execution-chart-commons/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.0"
kotlin("plugin.serialization") version "1.9.24"
kotlin("plugin.serialization") version "2.0.0"
`maven-publish`
id("org.jetbrains.kotlinx.kover") version "0.8.1"
signing
Expand Down

0 comments on commit df96a10

Please sign in to comment.