Skip to content

Commit 8568fc1

Browse files
chore(deps): bump com.github.jknack:handlebars from 4.5.2 to 4.5.3
Bumps [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) from 4.5.2 to 4.5.3. - [Release notes](https://github.com/jknack/handlebars.java/releases) - [Commits](jknack/handlebars.java@v4.5.2...v4.5.3) --- updated-dependencies: - dependency-name: com.github.jknack:handlebars dependency-version: 4.5.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be451b4 commit 8568fc1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ configurations.testRuntimeClasspath {
6363
// WireMock 3.x hasn't backported the fix — only the 4.x beta line has.
6464
// We force the core jar only; handlebars-helpers cannot be forced to 4.5.2 because
6565
// NumberHelper moved packages between versions, which breaks WireMock at runtime.
66-
resolutionStrategy.force 'com.github.jknack:handlebars:4.5.2'
66+
resolutionStrategy.force 'com.github.jknack:handlebars:4.5.3'
6767
}
6868

6969
dependencies {

0 commit comments

Comments
 (0)