Skip to content

Commit 5904a74

Browse files
committed
Update internal Byte Buddy.
1 parent dd9178c commit 5904a74

File tree

3 files changed

+17
-13
lines changed

3 files changed

+17
-13
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.16.0</version>
72+
<version>1.16.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575
</dependencies>

byte-buddy-dep/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>net.bytebuddy</groupId>
134134
<artifactId>byte-buddy-maven-plugin</artifactId>
135-
<version>1.16.0</version>
135+
<version>1.16.1</version>
136136
<executions>
137137
<execution>
138138
<phase>compile</phase>
@@ -147,7 +147,7 @@
147147
<transformation>
148148
<groupId>net.bytebuddy</groupId>
149149
<artifactId>byte-buddy</artifactId>
150-
<version>1.16.0</version>
150+
<version>1.16.1</version>
151151
<plugin>net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields</plugin>
152152
<arguments>
153153
<argument>
@@ -159,13 +159,13 @@
159159
<transformation>
160160
<groupId>net.bytebuddy</groupId>
161161
<artifactId>byte-buddy</artifactId>
162-
<version>1.16.0</version>
162+
<version>1.16.1</version>
163163
<plugin>net.bytebuddy.build.CachedReturnPlugin</plugin>
164164
</transformation>
165165
<transformation>
166166
<groupId>net.bytebuddy</groupId>
167167
<artifactId>byte-buddy</artifactId>
168-
<version>1.16.0</version>
168+
<version>1.16.1</version>
169169
<plugin>net.bytebuddy.build.AccessControllerPlugin</plugin>
170170
<arguments>
171171
<argument>
@@ -177,13 +177,13 @@
177177
<transformation>
178178
<groupId>net.bytebuddy</groupId>
179179
<artifactId>byte-buddy</artifactId>
180-
<version>1.16.0</version>
180+
<version>1.16.1</version>
181181
<plugin>net.bytebuddy.build.DispatcherAnnotationPlugin</plugin>
182182
</transformation>
183183
<transformation>
184184
<groupId>net.bytebuddy</groupId>
185185
<artifactId>byte-buddy</artifactId>
186-
<version>1.16.0</version>
186+
<version>1.16.1</version>
187187
<plugin>net.bytebuddy.build.RepeatedAnnotationPlugin</plugin>
188188
</transformation>
189189
</transformations>
@@ -391,7 +391,7 @@
391391
<plugin>
392392
<groupId>net.bytebuddy</groupId>
393393
<artifactId>byte-buddy-maven-plugin</artifactId>
394-
<version>1.16.0</version>
394+
<version>1.16.1</version>
395395
<executions>
396396
<execution>
397397
<id>multi-release</id>
@@ -409,7 +409,7 @@
409409
<transformation>
410410
<groupId>net.bytebuddy</groupId>
411411
<artifactId>byte-buddy</artifactId>
412-
<version>1.16.0</version>
412+
<version>1.16.1</version>
413413
<plugin>net.bytebuddy.build.HashCodeAndEqualsPlugin$WithNonNullableFields</plugin>
414414
<arguments>
415415
<argument>
@@ -421,13 +421,13 @@
421421
<transformation>
422422
<groupId>net.bytebuddy</groupId>
423423
<artifactId>byte-buddy</artifactId>
424-
<version>1.16.0</version>
424+
<version>1.16.1</version>
425425
<plugin>net.bytebuddy.build.CachedReturnPlugin</plugin>
426426
</transformation>
427427
<transformation>
428428
<groupId>net.bytebuddy</groupId>
429429
<artifactId>byte-buddy</artifactId>
430-
<version>1.16.0</version>
430+
<version>1.16.1</version>
431431
<plugin>net.bytebuddy.build.AccessControllerPlugin</plugin>
432432
<arguments>
433433
<argument>
@@ -439,13 +439,13 @@
439439
<transformation>
440440
<groupId>net.bytebuddy</groupId>
441441
<artifactId>byte-buddy</artifactId>
442-
<version>1.16.0</version>
442+
<version>1.16.1</version>
443443
<plugin>net.bytebuddy.build.DispatcherAnnotationPlugin</plugin>
444444
</transformation>
445445
<transformation>
446446
<groupId>net.bytebuddy</groupId>
447447
<artifactId>byte-buddy</artifactId>
448-
<version>1.16.0</version>
448+
<version>1.16.1</version>
449449
<plugin>net.bytebuddy.build.RepeatedAnnotationPlugin</plugin>
450450
</transformation>
451451
</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+
### 18. January 2025: version 1.16.1
5+
6+
- Correct reflective activation of Class File API.
7+
48
### 17. January 2025: version 1.16.0
59

610
- Allow for erasure of types of bootstrapped methods in `Advice` within instrumented class.

0 commit comments

Comments
 (0)