From c59bf52dd18cc26ab5bbccbff1c1782d3fbed08c Mon Sep 17 00:00:00 2001 From: "siddik.acil" Date: Thu, 23 Mar 2023 18:26:51 +0100 Subject: 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. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pom.xml') 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 4.0.0 eu.mulk.quarkus-googlecloud-jsonlogging - 5.0.1-SNAPSHOT + 6.0.1-SNAPSHOT quarkus-googlecloud-jsonlogging-parent pom @@ -72,7 +72,7 @@ SPDX-License-Identifier: LGPL-3.0-or-later 2.29.0 3.0.0-M7 - 2.15.1.Final + 3.0.0.Beta1 -- cgit v1.2.3