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/02/18 16:49:10 UTC

svn commit: r1886671 - /pdfbox/branches/2.0/parent/pom.xml

Author: tilman
Date: Thu Feb 18 16:49:09 2021
New Revision: 1886671

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

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

Modified: pdfbox/branches/2.0/parent/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/parent/pom.xml?rev=1886671&r1=1886670&r2=1886671&view=diff
==============================================================================
--- pdfbox/branches/2.0/parent/pom.xml (original)
+++ pdfbox/branches/2.0/parent/pom.xml Thu Feb 18 16:49:09 2021
@@ -64,7 +64,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.13.1</version>
+                <version>4.13.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>