Skip to content

Commit aa56c9a

Browse files
committed
Update internal Byte Buddy.
1 parent c15b988 commit aa56c9a

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

byte-buddy-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>net.bytebuddy</groupId>
7171
<artifactId>byte-buddy</artifactId>
72-
<version>1.15.8</version>
72+
<version>1.15.9</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

byte-buddy-dep/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>net.bytebuddy</groupId>
129129
<artifactId>byte-buddy-maven-plugin</artifactId>
130-
<version>1.15.8</version>
130+
<version>1.15.9</version>
131131
<executions>
132132
<execution>
133133
<phase>compile</phase>
@@ -142,7 +142,7 @@
142142
<transformation>
143143
<groupId>net.bytebuddy</groupId>
144144
<artifactId>byte-buddy</artifactId>
145-
<version>1.15.8</version>
145+
<version>1.15.9</version>
146146
<plugin>net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields</plugin>
147147
<arguments>
148148
<argument>
@@ -154,13 +154,13 @@
154154
<transformation>
155155
<groupId>net.bytebuddy</groupId>
156156
<artifactId>byte-buddy</artifactId>
157-
<version>1.15.8</version>
157+
<version>1.15.9</version>
158158
<plugin>net.bytebuddy.build.CachedReturnPlugin</plugin>
159159
</transformation>
160160
<transformation>
161161
<groupId>net.bytebuddy</groupId>
162162
<artifactId>byte-buddy</artifactId>
163-
<version>1.15.8</version>
163+
<version>1.15.9</version>
164164
<plugin>net.bytebuddy.build.AccessControllerPlugin</plugin>
165165
<arguments>
166166
<argument>
@@ -172,13 +172,13 @@
172172
<transformation>
173173
<groupId>net.bytebuddy</groupId>
174174
<artifactId>byte-buddy</artifactId>
175-
<version>1.15.8</version>
175+
<version>1.15.9</version>
176176
<plugin>net.bytebuddy.build.DispatcherAnnotationPlugin</plugin>
177177
</transformation>
178178
<transformation>
179179
<groupId>net.bytebuddy</groupId>
180180
<artifactId>byte-buddy</artifactId>
181-
<version>1.15.8</version>
181+
<version>1.15.9</version>
182182
<plugin>net.bytebuddy.build.RepeatedAnnotationPlugin</plugin>
183183
</transformation>
184184
</transformations>

release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Byte Buddy release notes
22
------------------------
33

4+
### 1. November 2024: version 1.15.9
5+
6+
- Additional release after time out during previous Gradle plugin release.
7+
48
### 1. November 2024: version 1.15.8
59

610
- Extend `ClassInjector` API to support lazy resolution of class files.

0 commit comments

Comments
 (0)