From 4baed88cf812aa8eb336ea206246dee01d2867e9 Mon Sep 17 00:00:00 2001 From: Arjan Tijms Date: Wed, 23 Feb 2022 16:47:03 +0100 Subject: [PATCH] Update CDI to 4.0.0 Signed-off-by: Arjan Tijms --- impl/pom.xml | 2 +- rest/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/impl/pom.xml b/impl/pom.xml index efe76217e0..8ee55a92f3 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -78,7 +78,7 @@ jakarta.enterprise jakarta.enterprise.cdi-api - 4.0.0.Beta3 + 4.0.0 provided diff --git a/rest/pom.xml b/rest/pom.xml index b224cf7d6a..fc23611490 100644 --- a/rest/pom.xml +++ b/rest/pom.xml @@ -47,7 +47,7 @@ jakarta.json.bind jakarta.json.bind-api - 3.0.0-RC1 + 3.0.0 provided