Author: tilman
Date: Thu Jun 19 09:04:42 2025
New Revision: 1926578
URL: http://svn.apache.org/viewvc?rev=1926578&view=rev
Log:
PDFBOX-5660: update byte-buddy
Modified:
pdfbox/trunk/pdfbox/pom.xml
Modified: pdfbox/trunk/pdfbox/pom.xml
URL:
http://svn.apache.org/viewvc/pdfbox/trunk/pdfbox/pom.xml?rev=1926578&r1=1926577&r2=1926578&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Thu Jun 19 09:04:42 2025
@@ -104,7 +104,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
- <version>1.17.5</version>
+ <version>1.17.6</version>
</dependency>
<!-- For legal reasons (incompatible license), these three
dependencies below
are to be used only in the tests and may not be distributed.