We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ec9e0 commit e832842Copy full SHA for e832842
2 files changed
generator/pom.xml
@@ -11,7 +11,7 @@
11
<plugin>
12
<groupId>org.apache.maven.plugins</groupId>
13
<artifactId>maven-dependency-plugin</artifactId>
14
- <version>3.11.0</version>
+ <version>3.10.0</version>
15
<executions>
16
<execution>
17
<id>copy-openapi-generator-cli</id>
@@ -38,6 +38,6 @@
38
</build>
39
<properties>
40
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41
- <openapi-generator-version>7.11.0</openapi-generator-version>
+ <openapi-generator-version>7.22.0</openapi-generator-version>
42
</properties>
43
</project>
0 commit comments