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 4618668 commit 9dfdcbbCopy full SHA for 9dfdcbb
modules/swagger-codegen/pom.xml
@@ -270,7 +270,7 @@
270
<dependency>
271
<groupId>com.github.jknack</groupId>
272
<artifactId>handlebars</artifactId>
273
- <version>4.0.6</version>
+ <version>${handlebars-version}</version>
274
</dependency>
275
276
<groupId>com.atlassian.commonmark</groupId>
pom.xml
@@ -1184,5 +1184,6 @@
1184
<reflections-version>0.9.11</reflections-version>
1185
<jmockit-version>1.42</jmockit-version>
1186
<snakeyaml-version>1.23</snakeyaml-version>
1187
+ <handlebars-version>4.1.2</handlebars-version>
1188
</properties>
1189
</project>
0 commit comments