Skip to content

Commit

Permalink
jknack:handlebars 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and frantuma committed Oct 4, 2021
1 parent f6bed82 commit 1b1e2a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modules/swagger-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ dependencies {
testImplementation "commons-codec:commons-codec:1.15"
testImplementation "commons-io:commons-io:2.7"
testImplementation "org.apache.commons:commons-compress:1.21"
testImplementation "com.github.jknack:handlebars:4.1.2"
testImplementation "com.github.jknack:handlebars-helpers:4.1.2"
testImplementation "com.github.jknack:handlebars:4.2.1"
testImplementation "com.github.jknack:handlebars-helpers:4.2.1"
}

// * * * * * * * * * * * *
Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,13 +279,13 @@
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-helpers</artifactId>
<scope>test</scope>
<version>4.1.2</version>
<version>4.2.1</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<scope>test</scope>
<version>4.1.2</version>
<version>4.2.1</version>
</dependency>
</dependencies>
<properties>
Expand Down

0 comments on commit 1b1e2a2

Please sign in to comment.