Skip to content

Commit

Permalink
Bump com.toasttab.expediter:core from 0.0.20 to 0.0.21
Browse files Browse the repository at this point in the history
Bumps
[com.toasttab.expediter:core](/~https://github.com/open-toast/expediter)
from 0.0.20 to 0.0.21.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="/~https://github.com/open-toast/expediter/releases">com.toasttab.expediter:core's
releases</a>.</em></p>
<blockquote>
<h2>0.0.21</h2>
<h2>What's Changed</h2>
<p>This release includes fixes and improvements to
<code>invokespecial</code>, <code>invokevirtual</code>, and
<code>invokeinterface</code> validation, more test coverage, and
dependency bumps.</p>
<h3>Invoke* validation</h3>
<ul>
<li>Relax invokespecial lookup by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/86">open-toast/expediter#86</a></li>
<li>Add validation for method invocation types by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/88">open-toast/expediter#88</a></li>
</ul>
<h3>Code coverage improvements</h3>
<ul>
<li>Exclude test code from jacoco coverage by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/72">open-toast/expediter#72</a></li>
<li>Add more tests for the CLI by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/85">open-toast/expediter#85</a></li>
<li>Add a test covering aar scanning by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/82">open-toast/expediter#82</a></li>
<li>Add integration test coverage for Issue.toString by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/84">open-toast/expediter#84</a></li>
<li>Remove extraneous extension DSL by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/76">open-toast/expediter#76</a></li>
<li>Add an Ignore test covering And/Signature/IsConstructor by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/75">open-toast/expediter#75</a></li>
<li>Remove extraneous MemberType generic by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/83">open-toast/expediter#83</a></li>
</ul>
<h3>Version bump chores</h3>
<ul>
<li>Bump org.ow2.asm:asm from 9.6 to 9.7 by <a
href="/~https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/74">open-toast/expediter#74</a></li>
<li>Bump com.github.ajalt.clikt:clikt from 4.2.2 to 4.3.0 by <a
href="/~https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/77">open-toast/expediter#77</a></li>
<li>Gradle 8.7 by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/73">open-toast/expediter#73</a></li>
<li>Bump com.google.protobuf:protobuf-java from 3.25.3 to 4.26.1 by <a
href="/~https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/78">open-toast/expediter#78</a></li>
<li>Actually upgrade Gradle to 8.7 😬 by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/79">open-toast/expediter#79</a></li>
<li>Bump testkit-plugin by <a
href="/~https://github.com/ogolberg"><code>@​ogolberg</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/80">open-toast/expediter#80</a></li>
<li>Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0 by <a
href="/~https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/open-toast/expediter/pull/87">open-toast/expediter#87</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="/~https://github.com/open-toast/expediter/compare/0.0.20...0.0.21">/~https://github.com/open-toast/expediter/compare/0.0.20...0.0.21</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="/~https://github.com/open-toast/expediter/commit/398d227e6074e19c05853c31e9c117fa576fc7fa"><code>398d227</code></a>
Add validation for method invocation types</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/dbe8244ff7ed17a3e0be53fe97a0429aea9a5d17"><code>dbe8244</code></a>
Bump com.github.ajalt.clikt:clikt from 4.3.0 to 4.4.0</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/c69f3ff1acef277c87f4c00b54cb35fdee6062cd"><code>c69f3ff</code></a>
Relax the invokespecial lookup</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/fa1e906a2793d54826a6e8ae900f50e72a0e9454"><code>fa1e906</code></a>
Add more tests for the CLI</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/02789ebcee9891a0c9d6b6bf6c59634eca83ec3f"><code>02789eb</code></a>
Include cli tests into jacoco aggregation</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/aba84ba41bb90be7a6dceeba18d6bb9e78a3f6aa"><code>aba84ba</code></a>
Add integration test coverage for Issue.toString</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/4de35ce1fba6e7b9cb799d00d4e3f55b686a0afa"><code>4de35ce</code></a>
Add a test covering aar scanning</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/36a3b9374a683f57d033a41a5db6ef24d3f7f8d1"><code>36a3b93</code></a>
Delete MemberType, remove extraneous generic parameters</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/bfc6c8cdfd99ae780e949ce3f244f0c1aa457d63"><code>bfc6c8c</code></a>
Bump testkit-plugin</li>
<li><a
href="/~https://github.com/open-toast/expediter/commit/d69890251cb2b424ff388e154eda23e2528f2006"><code>d698902</code></a>
Actually upgrade Gradle to 8.7 😬</li>
<li>Additional commits viewable in <a
href="/~https://github.com/open-toast/expediter/compare/0.0.20...0.0.21">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.toasttab.expediter:core&package-manager=gradle&previous-version=0.0.20&new-version=0.0.21)](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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 14, 2024
1 parent 71cb5fd commit 415e12a
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 @@ -2,7 +2,7 @@
kotlin = "1.9.23"
animalSniffer = "1.23"
clikt = "4.4.0"
expediter = "0.0.20"
expediter = "0.0.21"
desugarJdkLibs = "1.2.3"
desugarJdkLibs2 = "2.0.4"
r8 = "1.5.68"
Expand Down

0 comments on commit 415e12a

Please sign in to comment.