diff options
Diffstat (limited to 'core')
| -rw-r--r-- | core/pom.xml | 4 | 
1 files changed, 2 insertions, 2 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>  | 
