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

fix(deps): update dependency org.openapi.generator:org.openapi.generator.gradle.plugin to v7 #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 10, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.openapi.generator:org.openapi.generator.gradle.plugin 6.6.0 -> 7.10.0 age adoption passing confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from cc6c678 to 6a52b84 Compare January 10, 2024 10:35
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from 6a52b84 to 009891d Compare January 19, 2024 13:31
@duhizjame
Copy link
Collaborator

this one is more critical than the quarkus one;
StorageProperties is a class defined by this:

StorageProperties:
  anyOf:
    - $ref: "#/components/schemas/S3Properties"
S3Properties:
  type: object
  properties:
    credentials:
      $ref: "#/components/schemas/SimpleAwsCredentials"
  required:
    - credentials

but in 7.2.0 StorageProperties are never created, only S3Properties are generated

same for a few more classes; should we stay with 6.6 or change the protocols to match?(one of the errors is on ListSchemasResponse which is a delta protocol schema) @tmnd1991

@tmnd1991
Copy link

tmnd1991 commented Jan 19, 2024 via email

@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 22 times, most recently from e4a3edf to a261f3e Compare January 31, 2024 10:40
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 4 times, most recently from a047839 to 8eaf1ee Compare February 1, 2024 17:59
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 11 times, most recently from f26bf46 to f87e3e0 Compare May 20, 2024 12:37
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 3 times, most recently from 7a56d6d to 64757f8 Compare May 27, 2024 12:38
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 4 times, most recently from f066729 to f3856d6 Compare June 10, 2024 13:24
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from f3856d6 to 212c812 Compare June 26, 2024 08:25
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from 212c812 to 68a60d6 Compare July 5, 2024 20:43
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from 68a60d6 to b8e970b Compare August 19, 2024 09:35
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch 6 times, most recently from f27fd5d to da4d6ba Compare October 8, 2024 19:49
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from da4d6ba to 4dab08b Compare October 18, 2024 13:15
@renovate renovate bot force-pushed the renovate/org.openapi.generator-org.openapi.generator.gradle.plugin-7.x branch from 4dab08b to 3da6ac7 Compare November 18, 2024 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants