Skip to content

Commit 79e47ef

Browse files
chore: bump org.jetbrains.kotlinx.binary-compatibility-validator (#43)
Bumps the gradle-patch-updates group with 1 update: [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator). Updates `org.jetbrains.kotlinx.binary-compatibility-validator` from 0.16.2 to 0.16.3 - [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases) - [Commits](Kotlin/binary-compatibility-validator@0.16.2...0.16.3) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx.binary-compatibility-validator dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-patch-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3d74726 commit 79e47ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin = "1.9.25"
66
[plugins]
77
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
88
kotlin-plugin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin" }
9-
jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.2" }
9+
jetbrains-binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
1010
vanniktech-maven-publish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
1111
ktfmt = { id = "com.ncorti.ktfmt.gradle", version = "0.19.0" }
1212

0 commit comments

Comments
 (0)