Skip to content

Commit 1b1e2a2

Browse files
pjfanningfrantuma
authored andcommitted
jknack:handlebars 4.2.1
1 parent f6bed82 commit 1b1e2a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

modules/swagger-gradle-plugin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ dependencies {
5050
testImplementation "commons-codec:commons-codec:1.15"
5151
testImplementation "commons-io:commons-io:2.7"
5252
testImplementation "org.apache.commons:commons-compress:1.21"
53-
testImplementation "com.github.jknack:handlebars:4.1.2"
54-
testImplementation "com.github.jknack:handlebars-helpers:4.1.2"
53+
testImplementation "com.github.jknack:handlebars:4.2.1"
54+
testImplementation "com.github.jknack:handlebars-helpers:4.2.1"
5555
}
5656

5757
// * * * * * * * * * * * *

modules/swagger-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,13 +279,13 @@
279279
<groupId>com.github.jknack</groupId>
280280
<artifactId>handlebars-helpers</artifactId>
281281
<scope>test</scope>
282-
<version>4.1.2</version>
282+
<version>4.2.1</version>
283283
</dependency>
284284
<dependency>
285285
<groupId>com.github.jknack</groupId>
286286
<artifactId>handlebars</artifactId>
287287
<scope>test</scope>
288-
<version>4.1.2</version>
288+
<version>4.2.1</version>
289289
</dependency>
290290
</dependencies>
291291
<properties>

0 commit comments

Comments
 (0)