summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/pom.xml4
-rw-r--r--pom.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/core/pom.xml b/core/pom.xml
index b221c54..8329f5d 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -35,12 +35,12 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<dependency>
<groupId>io.smallrye.common</groupId>
<artifactId>smallrye-common-constraint</artifactId>
- <version>2.1.0</version>
+ <version>2.1.2</version>
</dependency>
<dependency>
<groupId>org.eclipse.parsson</groupId>
<artifactId>parsson</artifactId>
- <version>1.1.2</version>
+ <version>1.1.4</version>
</dependency>
</dependencies>
diff --git a/pom.xml b/pom.xml
index d054218..77dbda6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<spotless-plugin.version>2.39.0</spotless-plugin.version>
<surefire-plugin.version>3.1.2</surefire-plugin.version>
- <quarkus.version>3.3.2</quarkus.version>
+ <quarkus.version>3.4.1</quarkus.version>
</properties>
<distributionManagement>