You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2023/06/25 07:33:48 UTC

svn commit: r1910597 - in /pdfbox/branches/2.0: app/pom.xml debugger-app/pom.xml debugger/pom.xml examples/pom.xml parent/pom.xml pdfbox/pom.xml preflight-app/pom.xml preflight/pom.xml tools/pom.xml

Author: tilman
Date: Sun Jun 25 07:33:48 2023
New Revision: 1910597

URL: http://svn.apache.org/viewvc?rev=1910597&view=rev
Log:
PDFBOX-5625: replace bc libaries

Modified:
    pdfbox/branches/2.0/app/pom.xml
    pdfbox/branches/2.0/debugger-app/pom.xml
    pdfbox/branches/2.0/debugger/pom.xml
    pdfbox/branches/2.0/examples/pom.xml
    pdfbox/branches/2.0/parent/pom.xml
    pdfbox/branches/2.0/pdfbox/pom.xml
    pdfbox/branches/2.0/preflight-app/pom.xml
    pdfbox/branches/2.0/preflight/pom.xml
    pdfbox/branches/2.0/tools/pom.xml

Modified: pdfbox/branches/2.0/app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/app/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/app/pom.xml (original)
+++ pdfbox/branches/2.0/app/pom.xml Sun Jun 25 07:33:48 2023
@@ -41,12 +41,12 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15on</artifactId>
+      <artifactId>bcmail-jdk15to18</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
+      <artifactId>bcprov-jdk15to18</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: pdfbox/branches/2.0/debugger-app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/debugger-app/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/debugger-app/pom.xml (original)
+++ pdfbox/branches/2.0/debugger-app/pom.xml Sun Jun 25 07:33:48 2023
@@ -41,12 +41,12 @@
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15on</artifactId>
+      <artifactId>bcmail-jdk15to18</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcprov-jdk15on</artifactId>
+      <artifactId>bcprov-jdk15to18</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: pdfbox/branches/2.0/debugger/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/debugger/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/debugger/pom.xml (original)
+++ pdfbox/branches/2.0/debugger/pom.xml Sun Jun 25 07:33:48 2023
@@ -40,7 +40,7 @@
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15on</artifactId>
+      <artifactId>bcmail-jdk15to18</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: pdfbox/branches/2.0/examples/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/examples/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/examples/pom.xml (original)
+++ pdfbox/branches/2.0/examples/pom.xml Sun Jun 25 07:33:48 2023
@@ -65,7 +65,7 @@
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15on</artifactId>
+      <artifactId>bcmail-jdk15to18</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Sun Jun 25 07:33:48 2023
@@ -53,7 +53,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
-        <bouncycastle.version>1.70</bouncycastle.version>
+        <bouncycastle.version>1.75</bouncycastle.version>
         
         <!-- PDFBOX-4479 to build on jdk6 on newer Jenkins -->
         <jdk.path>${env.JAVA_HOME}</jdk.path>
@@ -80,17 +80,17 @@
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcprov-jdk15on</artifactId>
+                <artifactId>bcprov-jdk15to18</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcmail-jdk15on</artifactId>
+                <artifactId>bcmail-jdk15to18</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
-                <artifactId>bcpkix-jdk15on</artifactId>
+                <artifactId>bcpkix-jdk15to18</artifactId>
                 <version>${bouncycastle.version}</version>
             </dependency>
 

Modified: pdfbox/branches/2.0/pdfbox/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/pom.xml (original)
+++ pdfbox/branches/2.0/pdfbox/pom.xml Sun Jun 25 07:33:48 2023
@@ -52,12 +52,12 @@
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcmail-jdk15on</artifactId>
+            <artifactId>bcmail-jdk15to18</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
-            <artifactId>bcprov-jdk15on</artifactId>
+            <artifactId>bcprov-jdk15to18</artifactId>
             <optional>true</optional>
         </dependency>
         <dependency>

Modified: pdfbox/branches/2.0/preflight-app/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight-app/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
Binary files - no diff available.

Modified: pdfbox/branches/2.0/preflight/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/preflight/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/preflight/pom.xml (original)
+++ pdfbox/branches/2.0/preflight/pom.xml Sun Jun 25 07:33:48 2023
@@ -186,12 +186,12 @@
 			<scope>test</scope> </dependency> -->
 		<dependency>
 			<groupId>org.bouncycastle</groupId>
-			<artifactId>bcmail-jdk15on</artifactId>
+			<artifactId>bcmail-jdk15to18</artifactId>
 			<optional>true</optional>
 		</dependency>
 		<dependency>
 			<groupId>org.bouncycastle</groupId>
-			<artifactId>bcprov-jdk15on</artifactId>
+			<artifactId>bcprov-jdk15to18</artifactId>
 			<optional>true</optional>
 		</dependency>
                 <dependency>

Modified: pdfbox/branches/2.0/tools/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/tools/pom.xml?rev=1910597&r1=1910596&r2=1910597&view=diff
==============================================================================
--- pdfbox/branches/2.0/tools/pom.xml (original)
+++ pdfbox/branches/2.0/tools/pom.xml Sun Jun 25 07:33:48 2023
@@ -40,7 +40,7 @@
   <dependencies>
     <dependency>
       <groupId>org.bouncycastle</groupId>
-      <artifactId>bcmail-jdk15on</artifactId>
+      <artifactId>bcmail-jdk15to18</artifactId>
       <optional>true</optional>
     </dependency>
     <dependency>