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 2023/08/23 18:58:16 UTC

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

Author: tilman
Date: Wed Aug 23 18:58:16 2023
New Revision: 1911873

URL: http://svn.apache.org/viewvc?rev=1911873&view=rev
Log:
PDFBOX-5660: update jmh

Modified:
    pdfbox/trunk/benchmark/pom.xml

Modified: pdfbox/trunk/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/pdfbox/trunk/benchmark/pom.xml?rev=1911873&r1=1911872&r2=1911873&view=diff
==============================================================================
--- pdfbox/trunk/benchmark/pom.xml (original)
+++ pdfbox/trunk/benchmark/pom.xml Wed Aug 23 18:58:16 2023
@@ -58,7 +58,7 @@
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <jmh.version>1.36</jmh.version>
+        <jmh.version>1.37</jmh.version>
         <uberjar.name>benchmarks</uberjar.name>
     </properties>