Author: tilman
Date: Sat Oct  5 15:19:34 2024
New Revision: 1921133

URL: http://svn.apache.org/viewvc?rev=1921133&view=rev
Log:
PDFBOX-5660: update junit; add comment

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

Modified: pdfbox/branches/3.0/parent/pom.xml
URL: 
http://svn.apache.org/viewvc/pdfbox/branches/3.0/parent/pom.xml?rev=1921133&r1=1921132&r2=1921133&view=diff
==============================================================================
--- pdfbox/branches/3.0/parent/pom.xml (original)
+++ pdfbox/branches/3.0/parent/pom.xml Sat Oct  5 15:19:34 2024
@@ -56,7 +56,7 @@
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
     <bouncycastle.version>1.78.1</bouncycastle.version>
-    <junit.version>5.11.1</junit.version>
+    <junit.version>5.11.2</junit.version>
     <jbig2.version>3.0.4</jbig2.version>
     <jai.version>1.4.0</jai.version>
     <commons-io.version>2.17.0</commons-io.version>
@@ -180,6 +180,7 @@
       <plugin>
           <groupId>com.googlecode.maven-download-plugin</groupId>
           <artifactId>download-maven-plugin</artifactId>
+          <!-- can't update to 1.10.0, needs jdk11 -->
           <version>1.9.0</version>
           <configuration>
               <skip>${skipTests}</skip>


Reply via email to