chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.11-jdk5#35
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency net.bytebuddy:byte-buddy to v1.18.11-jdk5#35renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
January 20, 2025 07:14
689b3d6 to
be4da1c
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
January 31, 2025 16:12
be4da1c to
98a724f
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
February 15, 2025 11:07
98a724f to
6e77b96
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
March 5, 2025 07:44
6e77b96 to
5ce0b3a
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
March 22, 2025 00:19
5ce0b3a to
848456d
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
March 27, 2025 03:51
848456d to
dbb4643
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
April 1, 2025 20:10
dbb4643 to
c2d471a
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
June 28, 2025 08:09
c2d471a to
1d5f9e0
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
August 17, 2025 11:54
1d5f9e0 to
d6acab5
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
October 10, 2025 00:12
d6acab5 to
7f08663
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
November 16, 2025 04:10
7f08663 to
5ee84d8
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
November 28, 2025 07:07
5ee84d8 to
e08a7fd
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
December 20, 2025 11:39
e08a7fd to
f5bc74a
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
January 17, 2026 03:35
f5bc74a to
811b084
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
February 14, 2026 11:38
811b084 to
57bbcef
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
March 1, 2026 23:51
57bbcef to
31ef3f2
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
April 15, 2026 11:05
31ef3f2 to
c84f34a
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
June 5, 2026 04:01
c84f34a to
f2d3994
Compare
renovate
Bot
force-pushed
the
renovate/net.bytebuddy-byte-buddy-1.x
branch
from
July 5, 2026 00:15
f2d3994 to
aa8e386
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.15.3→1.18.11-jdk5Release Notes
raphw/byte-buddy (net.bytebuddy:byte-buddy)
v1.18.11v1.18.10v1.18.9Plugin.Engine.v1.18.8v1.18.7v1.18.5Advicethat were missing.v1.18.4v1.18.3v1.18.2v1.18.1attach_hotspot_windowslibrary forwin32-aarch64.v1.18.0module-infoclass files andModuleDescriptions.ByteBuddyAPI.v1.17.8v1.17.7v1.17.6ResettableClassFileTransformerthat implicitly delegates to correct transformer method.LazinessModeforTypePooland add convenience support toAgentBuilder.v1.17.5AnnotationRemovalvisitor for removing or replacing annotations.v1.17.4SafeVarargsplugin.v1.17.3SafeVarargsannotations.MemberSubstitutionAPI.v1.17.2v1.17.1MemberSubstitutionwere argument indices were resolved by one digit off.v1.17.0MemberSubstitutionto also allow for intercepting invokedynamic instructions.@Handleannotations to allow for injecting constant pool-stored method handle inAdvice,MemberSubstitutionandMethodDelegation.@DynamicConstantannotations to allow for injecting constant pool-stored dynamic constants inAdvice,MemberSubstitutionandMethodDelegation.v1.16.1TypePool.v1.16.0Advicewithin instrumented class.Advicepost-processing to allow for erasure of bootstrapped methods.Plugin.Engineto retain folders.v1.15.11CachedReturnPluginon precompiled class files.NOPinstruction whenAdviceis used onvoidmethods as those might be empty which results on a frame being written to the same offset, causing an exception.Plugin.Engineto link files instead of copying.File[]toPluginconstructors.v1.15.10v1.15.9v1.15.8ClassInjectorAPI to support lazy resolution of class files.DynamicTypeAPI to support lazy resolution of auxiliary types.AgentBuilder.Transformer.ForAdviceto support injection of new classes by their name.v1.15.7v1.15.5v1.15.4Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.