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 2022/02/26 04:09:39 UTC

svn commit: r1898435 - /pdfbox/trunk/benchmark/pom.xml

Author: tilman
Date: Sat Feb 26 04:09:39 2022
New Revision: 1898435

URL: http://svn.apache.org/viewvc?rev=1898435&view=rev
Log:
PDFBOX-5329: update jmh and shade plugin

Modified:
    pdfbox/trunk/benchmark/pom.xml

Modified: pdfbox/trunk/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/benchmark/pom.xml?rev=1898435&r1=1898434&r2=1898435&view=diff
==============================================================================
--- pdfbox/trunk/benchmark/pom.xml (original)
+++ pdfbox/trunk/benchmark/pom.xml Sat Feb 26 04:09:39 2022
@@ -58,7 +58,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jmh.version>1.33</jmh.version>
+        <jmh.version>1.34</jmh.version>
         <uberjar.name>benchmarks</uberjar.name>
     </properties>
 
@@ -67,7 +67,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-shade-plugin</artifactId>
-                <version>3.2.1</version>
+                <version>3.2.4</version>
                 <executions>
                     <execution>
                         <phase>package</phase>