Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quarkus 3: Update openapi version #3193

Merged
merged 2 commits into from
Aug 29, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .ci/environments/quarkus-3/project-recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ recipeList:
# Quarkiverse versions
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.openapi.generator
newValue: 2.2.8
newValue: 2.2.9
- org.openrewrite.maven.ChangePropertyValue:
key: version.io.quarkiverse.asyncapi
newValue: 0.2.0
Expand Down Expand Up @@ -86,4 +86,4 @@ recipeList:
oldGroupId: org.infinispan
oldArtifactId: infinispan-client-hotrod
newGroupId: org.infinispan
newArtifactId: infinispan-client-hotrod-jakarta
newArtifactId: infinispan-client-hotrod-jakarta
Loading