This is an automated email from the ASF dual-hosted git repository.

jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new c4888b680f Upgrade org.openjdk.jmk to 1.37
c4888b680f is described below

commit c4888b680f1578713c6e5162a6060f5bc5770acf
Author: James Bognar <[email protected]>
AuthorDate: Mon Oct 13 16:10:02 2025 -0400

    Upgrade org.openjdk.jmk to 1.37
---
 juneau-utest/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/juneau-utest/pom.xml b/juneau-utest/pom.xml
index ac353412bd..acd3cf7a39 100644
--- a/juneau-utest/pom.xml
+++ b/juneau-utest/pom.xml
@@ -100,13 +100,13 @@
                <dependency>
                        <groupId>org.openjdk.jmh</groupId>
                        <artifactId>jmh-core</artifactId>
-                       <version>1.36</version>
+                       <version>1.37</version>
                        <scope>test</scope>
                </dependency>
                <dependency>
                        <groupId>org.openjdk.jmh</groupId>
                        <artifactId>jmh-generator-annprocess</artifactId>
-                       <version>1.36</version>
+                       <version>1.37</version>
                        <scope>test</scope>
                </dependency>
        </dependencies>

Reply via email to