Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.15.4 to 1.15.5 (#779)
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.4 to 1.15.5.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/raphw/byte-buddy/releases">net.bytebuddy:byte-buddy's
releases</a>.</em></p>
<blockquote>
<h2>Byte Buddy 1.15.5</h2>
<ul>
<li>Publish Byte Buddy and Byte Buddy agent artifacts as multi-release
jars to support CDS and faster validation.</li>
</ul>
</blockquote>
</details>
<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/ec6af4f7c3c1ca5b8e4b5ca719e1156ac452c33b"><code>ec6af4f</code></a>
[maven-release-plugin] prepare release byte-buddy-1.15.5</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/35b385696e501f47961f744c479673d8590b6aac"><code>35b3856</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/9ba938e3c98e99fe18f3d01be89903727401913e"><code>9ba938e</code></a>
[release] Release new version</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/f44bc5f5792665f2f16e33e708a12301111713e0"><code>f44bc5f</code></a>
Oppdaterer checksums.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/a6a286da95012d0fe6a0176101bceea39dff4b41"><code>a6a286d</code></a>
Mr java8 (<a
href="https://redirect.github.com/raphw/byte-buddy/issues/1719">#1719</a>)</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/8a38f33e912fd7fa5a21d7a66bda2ca928161665"><code>8a38f33</code></a>
Bump commons-io:commons-io in /byte-buddy-maven-plugin (<a
href="https://redirect.github.com/raphw/byte-buddy/issues/1717">#1717</a>)</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/e252dd89c0f2c9ee8cefe73983d4f06e11d5414d"><code>e252dd8</code></a>
Update internal Byte Buddy and release notes.</li>
<li><a
href="https://github.com/raphw/byte-buddy/commit/d2e1861d6656c7eebaa1c1be3a776c26905bca48"><code>d2e1861</code></a>
[maven-release-plugin] prepare for next development iteration</li>
<li>See full diff in <a
href="https://github.com/raphw/byte-buddy/compare/byte-buddy-1.15.4...byte-buddy-1.15.5">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.4&new-version=1.15.5)](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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 17, 2024
1 parent cc176a6 commit 838137f
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.4</version>
<version>1.15.5</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 838137f

Please sign in to comment.