summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorsiddik.acil <siddik.acil@egym.com>2023-03-23 18:26:51 +0100
committersiddik.acil <siddik.acil@egym.com>2023-03-23 18:26:51 +0100
commitc59bf52dd18cc26ab5bbccbff1c1782d3fbed08c (patch)
treedff0486626692a0d632a7d161b0a83006dc0d6a4 /pom.xml
parent222c8e602441c86b68d3c0f35604eb07f47fd8ea (diff)
chore(deps): Javax JSON to Jakarta JSON
Move to Quarkus 3.x Beta for updating to Jakarta version of the libraries. That means moving away from org.glassfish:java.json to jakarta.json:jakarta.json-api. The new version will be released as v6.0.0. Any changes should go to both 5.x and 6.x versions until Quarkus 3.x is Final and javax.json is finally history. Points: - We might want to change the Import Order to include Jakarta. - We might want to move from Javax to Jakarta for annotation, ws etc. in the examples.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2c85c28..4ea9a00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<modelVersion>4.0.0</modelVersion>
<groupId>eu.mulk.quarkus-googlecloud-jsonlogging</groupId>
- <version>5.0.1-SNAPSHOT</version>
+ <version>6.0.1-SNAPSHOT</version>
<artifactId>quarkus-googlecloud-jsonlogging-parent</artifactId>
<packaging>pom</packaging>
@@ -72,7 +72,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later
<spotless-plugin.version>2.29.0</spotless-plugin.version>
<surefire-plugin.version>3.0.0-M7</surefire-plugin.version>
- <quarkus.version>2.15.1.Final</quarkus.version>
+ <quarkus.version>3.0.0.Beta1</quarkus.version>
</properties>
<distributionManagement>