File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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// * * * * * * * * * * * *
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments