diff options
-rw-r--r-- | core/pom.xml | 8 | ||||
-rw-r--r-- | pom.xml | 8 |
2 files changed, 8 insertions, 8 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> @@ -61,18 +61,18 @@ SPDX-License-Identifier: LGPL-3.0-or-later <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <compiler-plugin.version>3.13.0</compiler-plugin.version> - <exec-maven-plugin.version>3.2.0</exec-maven-plugin.version> + <exec-maven-plugin.version>3.3.0</exec-maven-plugin.version> <failsafe-plugin.version>${surefire-plugin.version}</failsafe-plugin.version> <flatten-plugin.version>1.6.0</flatten-plugin.version> - <jar-plugin.version>3.4.1</jar-plugin.version> + <jar-plugin.version>3.4.2</jar-plugin.version> <maven-gpg-plugin.version>3.2.4</maven-gpg-plugin.version> <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version> <maven-source-plugin.version>3.3.1</maven-source-plugin.version> <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> <spotless-plugin.version>2.43.0</spotless-plugin.version> - <surefire-plugin.version>3.2.5</surefire-plugin.version> + <surefire-plugin.version>3.3.0</surefire-plugin.version> - <quarkus.version>3.11.1</quarkus.version> + <quarkus.version>3.12.1</quarkus.version> </properties> <distributionManagement> |