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 2021/03/12 16:43:51 UTC

svn commit: r1887540 - /pdfbox/branches/1.8/parent/pom.xml

Author: tilman
Date: Fri Mar 12 16:43:51 2021
New Revision: 1887540

URL: http://svn.apache.org/viewvc?rev=1887540&view=rev
Log:
PDFBOX-4892: update junit

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

Modified: pdfbox/branches/1.8/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/parent/pom.xml?rev=1887540&r1=1887539&r2=1887540&view=diff
==============================================================================
--- pdfbox/branches/1.8/parent/pom.xml (original)
+++ pdfbox/branches/1.8/parent/pom.xml Fri Mar 12 16:43:51 2021
@@ -65,7 +65,7 @@
           <dependency>
               <groupId>junit</groupId>
               <artifactId>junit</artifactId>
-              <version>4.13</version>
+              <version>4.13.2</version>
               <scope>test</scope>
           </dependency>
       </dependencies>