Author: tilman
Date: Fri Jul 18 12:00:54 2025
New Revision: 1927305

URL: http://svn.apache.org/viewvc?rev=1927305&view=rev
Log:
PDFBOX-5660: update verapdf

Modified:
    pdfbox/branches/2.0/examples/pom.xml

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1927305&r1=1927304&r2=1927305&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Fri Jul 18 12:00:54 2025
@@ -68,17 +68,6 @@
       </profile>
   </profiles>
 
-  <!-- verapdf uses outdated version -->
-  <dependencyManagement>
-      <dependencies>
-          <dependency>
-              <groupId>com.fasterxml.jackson.core</groupId>
-              <artifactId>jackson-core</artifactId>
-              <version>2.19.1</version>
-          </dependency>
-      </dependencies>
-  </dependencyManagement>
-
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
@@ -143,7 +132,7 @@
     <dependency>
         <groupId>org.verapdf</groupId>
         <artifactId>validation-model</artifactId>
-        <version>1.28.1</version>
+        <version>1.28.2</version>
         <scope>test</scope>
     </dependency>
   </dependencies>


Reply via email to