From 4f5fc92c927c20206251a6cbf760f5b013b1e38e Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 24 Aug 2023 16:43:12 -0700 Subject: [PATCH 1/2] Upgrade microprofile-openapi-api to 3.1.1 --- dependencies/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/pom.xml b/dependencies/pom.xml index cc77b25bb4f..199ca63c218 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -113,7 +113,7 @@ 4.0 2.1 5.0.1 - 3.1 + 3.1.1 3.0 3.0 3.0 From 3aac2f7a03c850c14d596b44260603dfaf045627 Mon Sep 17 00:00:00 2001 From: Joe Di Pol Date: Thu, 24 Aug 2023 16:43:42 -0700 Subject: [PATCH 2/2] Add direct dependency on microprofile-openapi-api --- microprofile/openapi/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/microprofile/openapi/pom.xml b/microprofile/openapi/pom.xml index c73b242db41..e2001045c23 100644 --- a/microprofile/openapi/pom.xml +++ b/microprofile/openapi/pom.xml @@ -49,6 +49,10 @@ org.eclipse.microprofile.config microprofile-config-api + + org.eclipse.microprofile.openapi + microprofile-openapi-api + io.helidon.microprofile.server helidon-microprofile-server