From fce85d84cab5b2b9276283ccc2208fe7fcad855b Mon Sep 17 00:00:00 2001 From: Filipe Roque Date: Fri, 13 Sep 2024 11:34:13 +0100 Subject: [PATCH] Adds swagger > Rename groupdId of root to io.swagger.core.v3 https://github.com/swagger-api/swagger-core/issues/2485 https://github.com/swagger-api/swagger-core/releases/tag/v2.0.0-rc3 --- uc/og-definitions.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/uc/og-definitions.json b/uc/og-definitions.json index 9a9445b..7a4728d 100644 --- a/uc/og-definitions.json +++ b/uc/og-definitions.json @@ -1,5 +1,5 @@ { - "date": "2024/09/10", + "date": "2024/09/13", "migration": [ { "old": "acegisecurity", @@ -922,6 +922,10 @@ "old": "io.smallrye:smallrye-config-release", "new": "io.smallrye.config:smallrye-config-release" }, + { + "old": "io.swagger", + "new": "io.swagger.core.v3" + }, { "old": "io.wcm:io.wcm.testing.aem-mock", "new": "io.wcm:io.wcm.testing.aem-mock.junit4"