diff --git a/bom/application/pom.xml b/bom/application/pom.xml index 30993482fc1b8..5e68175834765 100644 --- a/bom/application/pom.xml +++ b/bom/application/pom.xml @@ -39,11 +39,12 @@ 2.0 1.2 1.0 + 2.0.1 1.13.2 2.13.0 3.3.1 3.0.5 - 2.3.1 + 3.1.1 1.9.0 2.1.1 5.6.0 @@ -4215,6 +4216,11 @@ + + org.eclipse.microprofile.openapi + microprofile-openapi-api + ${microprofile-openapi.version} + org.glassfish jakarta.el diff --git a/jakarta/rewrite.yml b/jakarta/rewrite.yml index 7b4f564497be7..3809006b4d55e 100644 --- a/jakarta/rewrite.yml +++ b/jakarta/rewrite.yml @@ -613,8 +613,8 @@ recipeList: key: smallrye-metrics.version newValue: '4.0.0' - org.openrewrite.maven.ChangePropertyValue: - key: smallrye-open-api.version - newValue: '3.0.1' + key: microprofile-openapi.version + newValue: '3.0' - org.openrewrite.maven.ChangePropertyValue: key: microprofile-opentracing-api.version newValue: '3.0'