Skip to content

Commit

Permalink
fix(deps): bump org.openapitools:openapi-generator-maven-plugin
Browse files Browse the repository at this point in the history
Bumps org.openapitools:openapi-generator-maven-plugin from 7.0.1 to 7.1.0.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2023
1 parent fefa58e commit f12b2e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</parent>

<properties>
<openapi.generator.version>7.0.1</openapi.generator.version>
<openapi.generator.version>7.1.0</openapi.generator.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.0.1</version>
<version>7.1.0</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down

0 comments on commit f12b2e8

Please sign in to comment.