Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.15.1 to 1.15.2 (#755)
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy)
from 1.15.1 to 1.15.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/blob/master/release-notes.md">net.bytebuddy:byte-buddy's
changelog</a>.</em></p>
<blockquote>
<h2>Byte Buddy release notes</h2>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/raphw/byte-buddy/commit/02f64db234a6463255119061ac04fa13abf9aeeb"><code>02f64db</code></a>
[maven-release-plugin] prepare release byte-buddy-1.15.2</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/3bca38815196a66d93f1345b998529825070ae0b"><code>3bca388</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/ceca355d9dc1c70190f0181806ebc5c5fc11917b"><code>ceca355</code></a>
Do not use seperator char.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/0248218c3c98b21634d4e3a3c4213b81153fa097"><code>0248218</code></a>
Remove unused method.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/27e12fea4bfd88ed877fd85fec6ec00f0669760a"><code>27e12fe</code></a>
Adjust signature.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/cdbe5ec30ba97ce1e4adab789a70e560fe034838"><code>cdbe5ec</code></a>
Add type witnesses.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/642ea4f1b6870f6604bf56269c4705d9da46444e"><code>642ea4f</code></a>
Clean up.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/94ee0ce67f3a7fc28b2126e6ee8099d5742ba3be"><code>94ee0ce</code></a>
Add suppression annotation.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/27d4c5e98664c8196ed6a45794cce83a87fc2a25"><code>27d4c5e</code></a>
Improve in-memory source for build plugin.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/40707d8a0c03f61b24b22c906f6001ba66ed29d4"><code>40707d8</code></a>
Avoid diamond operator.</li>
<li>Additional commits viewable in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.1...byte-buddy-1.15.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=net.bytebuddy:byte-buddy&package-manager=maven&previous-version=1.15.1&new-version=1.15.2)](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 Sep 25, 2024
1 parent e2a7293 commit 54fbd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.1</version>
<version>1.15.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 54fbd7b

Please sign in to comment.