From 3755e0f27f185e44ba7c21a614a98ae3a46de499 Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Sat, 11 Nov 2023 15:54:02 +0000 Subject: [PATCH] Adds Eclipse Parsson > removed (default) implementation from the specification API artifact and moved the implementation to the separate project (Eclipse Parsson) https://github.com/jakartaee/jsonp-api/releases/tag/2.1.0-RELEASE --- uc/og-definitions.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index ba5936a..3fd4eef 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,6 +1,6 @@ { - "version": "33", - "date": "2023/11/10", + "version": "34", + "date": "2023/11/11", "migration": [ { "old": "acegisecurity", @@ -1493,6 +1493,10 @@ "old": "org.flowable:flowable-spring-boot-starter-rest-api", "new": "org.flowable:flowable-spring-boot-starter-process-rest" }, + { + "old": "org.glassfish:jakarta.json", + "new": "org.eclipse.parsson:parsson" + }, { "old": "org.glassfish:javax.el", "new": "org.glassfish:jakarta.el"