Skip to content

Commit f996011

Browse files
Build(deps-dev): Bump net.bytebuddy:byte-buddy from 1.18.0 to 1.18.1 (#1472)
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.18.0 to 1.18.1. <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/c02a715541013602d2c1804ff3d69d0d1184d4b9"><code>c02a715</code></a> [maven-release-plugin] prepare release byte-buddy-1.18.1</li> <li><a href="https://github.com/raphw/byte-buddy/commit/b2f571416e5117589a0dea1c5aabf9158ffc8370"><code>b2f5714</code></a> [release] Add missing package to module info.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/55029ee2ab59a78bcfb2200c751869ebc640ed73"><code>55029ee</code></a> Update release notes and internal Byte Buddy.</li> <li><a href="https://github.com/raphw/byte-buddy/commit/e2f4e78454ba6192a82bd0013efe7a25c81b1647"><code>e2f4e78</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.18.0...byte-buddy-1.18.1">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.18.0&new-version=1.18.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 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>
2 parents 47460fd + f226110 commit f996011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<mvn.version>3.9.11</mvn.version>
128128
<guava.version>33.5.0-jre</guava.version>
129129
<codegen.version>0.6.8</codegen.version>
130-
<byte-buddy.version>1.18.0</byte-buddy.version>
130+
<byte-buddy.version>1.18.1</byte-buddy.version>
131131
<slf4j.version>2.0.17</slf4j.version>
132132
<surefire.version>3.5.4</surefire.version>
133133
<animal-sniffer.version>1.26</animal-sniffer.version>

0 commit comments

Comments
 (0)