diff options
| -rw-r--r-- | core/pom.xml | 6 | ||||
| -rw-r--r-- | pom.xml | 2 | 
2 files changed, 4 insertions, 4 deletions
| diff --git a/core/pom.xml b/core/pom.xml index b221c54..67619cf 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later      <dependency>        <groupId>org.jboss.logmanager</groupId>        <artifactId>jboss-logmanager-embedded</artifactId> -      <version>1.1.1</version> +      <version>1.2.0.Final</version>      </dependency>      <dependency>        <groupId>org.jboss.logmanager</groupId> @@ -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> @@ -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> | 
