Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx.binary-compatibility-validator from 0.7.0 …
Browse files Browse the repository at this point in the history
…to 0.7.1 (#205)

Bumps [org.jetbrains.kotlinx.binary-compatibility-validator](https://github.com/Kotlin/binary-compatibility-validator) from 0.7.0 to 0.7.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Kotlin/binary-compatibility-validator/releases">org.jetbrains.kotlinx.binary-compatibility-validator's releases</a>.</em></p>
<blockquote>
<h2>0.7.1</h2>
<ul>
<li><code>module-info.java</code> is skipped from signatures processing (<a href="https://github-redirect.dependabot.com/Kotlin/binary-compatibility-validator/issues/68">#68</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/Kotlin/binary-compatibility-validator/commit/31fe9bbfd7f649f03a1f497a53bead347730abc1"><code>31fe9bb</code></a> Version 0.7.1</li>
<li><a href="https://github.com/Kotlin/binary-compatibility-validator/commit/24c059bb13a35b77ef00d28d0fb1e3b6ba25efa0"><code>24c059b</code></a> Skip module-info.java from processing</li>
<li>See full diff in <a href="https://github.com/Kotlin/binary-compatibility-validator/compare/0.7.0...0.7.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.jetbrains.kotlinx.binary-compatibility-validator&package-manager=gradle&previous-version=0.7.0&new-version=0.7.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>

#205
  • Loading branch information
dependabot[bot] authored Aug 26, 2021
1 parent 24f64f5 commit 94fc34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ plugins {
id("com.rickbusarow.module-check") version "0.10.0"
id("com.osacky.doctor") version "0.7.1"
id("com.dorongold.task-tree") version "2.1.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.0"
id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.7.1"
base
}

Expand Down

0 comments on commit 94fc34a

Please sign in to comment.