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 2015/10/12 19:02:17 UTC

svn commit: r1708164 - /pdfbox/trunk/parent/pom.xml

Author: tilman
Date: Mon Oct 12 17:02:17 2015
New Revision: 1708164

URL: http://svn.apache.org/viewvc?rev=1708164&view=rev
Log:
PDFBOX-3020: update versions of bc and junit to latest

Modified:
    pdfbox/trunk/parent/pom.xml

Modified: pdfbox/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/parent/pom.xml?rev=1708164&r1=1708163&r2=1708164&view=diff
==============================================================================
--- pdfbox/trunk/parent/pom.xml (original)
+++ pdfbox/trunk/parent/pom.xml Mon Oct 12 17:02:17 2015
@@ -55,7 +55,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.11</version>
+                <version>4.12</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -71,17 +71,17 @@
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcprov-jdk15on</artifactId>
-                <version>1.51</version>
+                <version>1.52</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcmail-jdk15on</artifactId>
-                <version>1.51</version>
+                <version>1.52</version>
             </dependency>
             <dependency>
                 <groupId>org.bouncycastle</groupId>
                 <artifactId>bcpkix-jdk15on</artifactId>
-                <version>1.51</version>
+                <version>1.52</version>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>