Skip to content

Commit 9c79297

Browse files
michael-simonswing328
authored andcommitted
Use latest version in dependencies snippet (#7545)
Please use the latest version in the snippet as the older ones may contain nasty bugs (like this one swagger-api/swagger-codegen#6122). Thanks.
1 parent 13e3db5 commit 9c79297

File tree

1 file changed

+1
-1
lines changed
  • modules/swagger-codegen-maven-plugin

1 file changed

+1
-1
lines changed

modules/swagger-codegen-maven-plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add to your `build->plugins` section (default phase is `generate-sources` phase)
1111
<plugin>
1212
<groupId>io.swagger</groupId>
1313
<artifactId>swagger-codegen-maven-plugin</artifactId>
14-
<version>2.2.3</version>
14+
<version>2.3.1</version>
1515
<executions>
1616
<execution>
1717
<goals>

0 commit comments

Comments
 (0)