Skip to content

Commit fe535aa

Browse files
Downgrade com.github.kongchen:swagger-maven-plugin to 3.1.8 because ApiParams are shown as required always (#4082)
1 parent 49a5d1f commit fe535aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • docs/public-api/tools/flowable-oas-generator
  • modules/flowable-app-rest

docs/public-api/tools/flowable-oas-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>com.github.kongchen</groupId>
4646
<artifactId>swagger-maven-plugin</artifactId>
47-
<version>3.1.8</version>
47+
<version>3.1.7</version>
4848
<configuration>
4949
<apiSources>
5050
<apiSource>

modules/flowable-app-rest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
<plugin>
126126
<groupId>com.github.kongchen</groupId>
127127
<artifactId>swagger-maven-plugin</artifactId>
128-
<version>3.1.8</version>
128+
<version>3.1.7</version>
129129
<configuration>
130130
<apiSources>
131131
<apiSource>

0 commit comments

Comments
 (0)