chore(deps): update all non-major dependencies
diff --git a/core/pom.xml b/core/pom.xml
index a8140b4..97eb2ac 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -40,7 +40,7 @@
     <dependency>
       <groupId>io.smallrye.common</groupId>
       <artifactId>smallrye-common-constraint</artifactId>
-      <version>2.4.0</version>
+      <version>2.5.0</version>
     </dependency>
 
     <!-- Include Parsson for backwards-compatibility. -->
@@ -66,13 +66,13 @@
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-core</artifactId>
-      <version>1.35</version>
+      <version>1.37</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.openjdk.jmh</groupId>
       <artifactId>jmh-generator-annprocess</artifactId>
-      <version>1.35</version>
+      <version>1.37</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -87,7 +87,7 @@
             <path>
               <groupId>org.openjdk.jmh</groupId>
               <artifactId>jmh-generator-annprocess</artifactId>
-              <version>1.35</version>
+              <version>1.37</version>
             </path>
           </annotationProcessorPaths>
         </configuration>