Skip to content

Commit

Permalink
Bump org.openapitools:openapi-generator-maven-plugin from 7.1.0 to 7.2.0
Browse files Browse the repository at this point in the history
Bumps org.openapitools:openapi-generator-maven-plugin from 7.1.0 to 7.2.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 Dec 22, 2023
1 parent bde330e commit 18746a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client-httpclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion client-netcore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion client-resttemplate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion server-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
<version>7.1.0</version>
<version>7.2.0</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 18746a7

Please sign in to comment.