Skip to content

Commit

Permalink
chore(deps): update plugin org.jetbrains.kotlinx.binary-compatibility…
Browse files Browse the repository at this point in the history
…-validator to v0.15.0
  • Loading branch information
renovate[bot] committed Jul 8, 2024
1 parent 51932fc commit a4168bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action-binding-generator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
buildsrc.convention.publishing
kotlin("plugin.serialization")

id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
}

group = rootProject.group
Expand Down
2 changes: 1 addition & 1 deletion action-updates-checker/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
buildsrc.convention.`kotlin-jvm`
buildsrc.convention.publishing

id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"
}

group = rootProject.group
Expand Down
2 changes: 1 addition & 1 deletion github-workflows-kt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
// Code quality.
id("io.gitlab.arturbosch.detekt")
id("info.solidsoft.pitest") version "1.15.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.14.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0"

id("org.jetbrains.dokka") version "1.9.20"
}
Expand Down

0 comments on commit a4168bc

Please sign in to comment.