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

dependencies: bump openapi.generator.plugin.version from 7.11.0 to 7.12.0 #2480

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
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
dependencies: bump openapi.generator.plugin.version
Bumps `openapi.generator.plugin.version` from 7.11.0 to 7.12.0.

Updates `org.openapitools:openapi-generator-cli` from 7.11.0 to 7.12.0

Updates `org.openapitools:openapi-generator-maven-plugin` from 7.11.0 to 7.12.0

---
updated-dependencies:
- dependency-name: org.openapitools:openapi-generator-cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] authored Mar 5, 2025
commit 6493a5a005d367b64d2f30e69ef9dc2b03eacbcc
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@
<maven.dependency.plugin.version>3.8.1</maven.dependency.plugin.version>
<maven.surefire.plugin.version>3.5.2</maven.surefire.plugin.version>
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
<openapi.generator.plugin.version>7.11.0</openapi.generator.plugin.version>
<openapi.generator.plugin.version>7.12.0</openapi.generator.plugin.version>
<snakeyaml.version>2.2</snakeyaml.version>
<json-schema-validator.version>1.5.6</json-schema-validator.version>
<archunit.version>1.4.0</archunit.version>