Skip to content

Commit bfa9e57

Browse files
committed
update handler to newer version
1 parent e68e3e8 commit bfa9e57

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

modules/openapi-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@
298298
<dependency>
299299
<groupId>com.github.jknack</groupId>
300300
<artifactId>handlebars-jackson2</artifactId>
301-
<version>${handlebars-java.version}</version>
301+
<version>${handlebars-jackson2.version}</version>
302302
</dependency>
303303
<dependency>
304304
<groupId>commons-io</groupId>

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,8 @@
12381238
<git-commit-id-plugin.version>4.9.10</git-commit-id-plugin.version>
12391239
<groovy.version>3.0.9</groovy.version>
12401240
<guava.version>32.1.3-jre</guava.version>
1241-
<handlebars-java.version>4.3.1</handlebars-java.version>
1241+
<handlebars-java.version>4.5.0</handlebars-java.version>
1242+
<handlebars-jackson2.version>4.3.1</handlebars-jackson2.version>
12421243
<jackson-threetenbp.version>2.18.2</jackson-threetenbp.version>
12431244
<jackson.version>2.18.2</jackson.version>
12441245
<jacoco.version>0.8.12</jacoco.version>

0 commit comments

Comments
 (0)