Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:binary-compatibility-validator from 0.13.2…
Browse files Browse the repository at this point in the history
… to 0.14.0 (#291)

Bump org.jetbrains.kotlinx:binary-compatibility-validator

Bumps [org.jetbrains.kotlinx:binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.13.2 to 0.14.0.
- [Release notes](https://github.com/Kotlin/binary-compatibility-validator/releases)
- [Commits](Kotlin/binary-compatibility-validator@0.13.2...0.14.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:binary-compatibility-validator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent a910321 commit 82e3128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exposed = "0.45.0"
[libraries]
kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
kotlin-serialization = { module = "org.jetbrains.kotlin:kotlin-serialization", version.ref = "kotlin" }
binary = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version = "0.13.2" }
binary = { module = "org.jetbrains.kotlinx:binary-compatibility-validator", version = "0.14.0" }
publish = { module = "io.github.gradle-nexus:publish-plugin", version = "1.3.0" }
dokka = { module = "org.jetbrains.dokka:dokka-gradle-plugin", version = "1.9.10" }
licensee = { module = "app.cash.licensee:licensee-gradle-plugin", version = "1.9.0" }
Expand Down

0 comments on commit 82e3128

Please sign in to comment.