Author: tilman
Date: Mon Apr  7 18:51:14 2025
New Revision: 1924922

URL: http://svn.apache.org/viewvc?rev=1924922&view=rev
Log:
PDFBOX-5983: 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=1924922&r1=1924921&r2=1924922&view=diff
==============================================================================
--- pdfbox/trunk/pdfbox/pom.xml (original)
+++ pdfbox/trunk/pdfbox/pom.xml Mon Apr  7 18:51:14 2025
@@ -94,6 +94,17 @@
             <artifactId>mockito-core</artifactId>
             <version>5.17.0</version>
             <scope>test</scope>
+            <exclusions>
+                <exclusion>
+                    <groupId>net.bytebuddy</groupId>
+                    <artifactId>byte-buddy</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>net.bytebuddy</groupId>
+            <artifactId>byte-buddy</artifactId>
+            <version>1.17.5</version>
         </dependency>
         <!-- For legal reasons (incompatible license), these three 
dependencies below
         are to be used only in the tests and may not be distributed. 


Reply via email to