Author: tilman
Date: Sat Aug  8 09:30:34 2026
New Revision: 1936991

Log:
PDFBOX-5660: update bc, introduce bom

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

Modified: pdfbox/branches/2.0/parent/pom.xml
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml  Sat Aug  8 09:25:08 2026        
(r1936990)
+++ pdfbox/branches/2.0/parent/pom.xml  Sat Aug  8 09:30:34 2026        
(r1936991)
@@ -56,7 +56,7 @@
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <bouncycastle.version>1.85</bouncycastle.version>
+    <bouncycastle.version>1.85.2</bouncycastle.version>
     <junit.version>4.13.2</junit.version>
     <jbig2.version>3.0.5</jbig2.version>
     <jai.version>1.4.0</jai.version>
@@ -69,6 +69,18 @@
     <jdk.path>${env.JAVA_HOME}</jdk.path>
   </properties>
 
+  <dependencyManagement>
+    <dependencies>
+        <dependency>
+            <groupId>org.bouncycastle</groupId>
+            <artifactId>bc-jdk15to18-bom</artifactId>
+            <version>${bouncycastle.version}</version>
+            <type>pom</type>
+            <scope>import</scope>
+        </dependency>
+    </dependencies>
+  </dependencyManagement>
+
   <build>
       <plugins>
           <plugin>

Reply via email to