summaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml8
1 files changed, 4 insertions, 4 deletions
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 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<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 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<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 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<path>
<groupId>org.openjdk.jmh</groupId>
<artifactId>jmh-generator-annprocess</artifactId>
- <version>1.35</version>
+ <version>1.37</version>
</path>
</annotationProcessorPaths>
</configuration>