summaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorMatthias Andreas Benkard <code@mail.matthias.benkard.de>2023-03-24 11:00:37 +0100
committerGitHub <noreply@github.com>2023-03-24 11:00:37 +0100
commit3d5479a851426db589d73f9777bed55fb5ca42e5 (patch)
tree26fc71527b4db4f0af9e2dc031b465f9d37a5b50 /core/pom.xml
parentd979a7a028bfc543ef4d2d524b541db2ec4849c9 (diff)
parent195c2674fe3e914be20385afdb1482fab8ca8d02 (diff)
Move from Javax JSON to Jakarta JSON (#11)
Moves from the old Jakarta EE 8/9 namespaces to Jakarta EE 10.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 601e83f..20713c2 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -14,7 +14,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<parent>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>quarkus-googlecloud-jsonlogging-core</artifactId>
@@ -30,8 +30,8 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<artifactId>smallrye-common-constraint</artifactId>
</dependency>
<dependency>
- <groupId>org.glassfish</groupId>
- <artifactId>jakarta.json</artifactId>
+ <groupId>org.eclipse.parsson</groupId>
+ <artifactId>parsson</artifactId>
</dependency>
</dependencies>