Skip to content

Commit 9b170ed

Browse files
committed
ORC-2144: Upgrade byte-buddy to 1.18.7
### What changes were proposed in this pull request? This PR upgrades `byte-buddy` and `byte-buddy-agent` to 1.18.7. ### Why are the changes needed? To keep the test dependency up to date with the latest bug fixes and improvements. - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.7 - https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.18.5 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? Generated-by: Claude Code (claude-4-opus) Closes #2594 from dongjoon-hyun/ORC-2144. Authored-by: Dongjoon Hyun <dongjoon@apache.org> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent 440fa1b commit 9b170ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,13 +274,13 @@
274274
<dependency>
275275
<groupId>net.bytebuddy</groupId>
276276
<artifactId>byte-buddy</artifactId>
277-
<version>1.18.4</version>
277+
<version>1.18.7</version>
278278
<scope>test</scope>
279279
</dependency>
280280
<dependency>
281281
<groupId>net.bytebuddy</groupId>
282282
<artifactId>byte-buddy-agent</artifactId>
283-
<version>1.18.4</version>
283+
<version>1.18.7</version>
284284
<scope>test</scope>
285285
</dependency>
286286
<dependency>

0 commit comments

Comments
 (0)