mirror of
https://github.com/valitydev/swag-notification.git
synced 2024-11-06 01:35:19 +00:00
bump openapi generator
This commit is contained in:
parent
0b6c076168
commit
82043e09ee
5
pom.xml
5
pom.xml
@ -29,6 +29,7 @@
|
||||
<spring-version>2.3.4.RELEASE</spring-version>
|
||||
<javax-annotation-api-version>1.3.2</javax-annotation-api-version>
|
||||
<jaxb-version>2.3.1</jaxb-version>
|
||||
<openapi.generator-version>5.3.1</openapi.generator-version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
@ -141,7 +142,7 @@
|
||||
<plugin>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator-maven-plugin</artifactId>
|
||||
<version>5.2.0</version>
|
||||
<version>${openapi.generator-version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>spring-server</id>
|
||||
@ -170,7 +171,7 @@
|
||||
<plugin>
|
||||
<groupId>org.openapitools</groupId>
|
||||
<artifactId>openapi-generator-maven-plugin</artifactId>
|
||||
<version>5.2.0</version>
|
||||
<version>${openapi.generator-version}</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>remote</id>
|
||||
|
Loading…
Reference in New Issue
Block a user