From 811ab4e53031d90c0389cbfe6c4df90ababba896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 05:39:50 +0000 Subject: [PATCH] chore(deps): bump com.github.jknack:handlebars from 4.5.3 to 4.5.4 Bumps [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) from 4.5.3 to 4.5.4. - [Release notes](https://github.com/jknack/handlebars.java/releases) - [Commits](https://github.com/jknack/handlebars.java/compare/v4.5.3...v4.5.4) --- updated-dependencies: - dependency-name: com.github.jknack:handlebars dependency-version: 4.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c13ab6b6..00037a7d 100644 --- a/build.gradle +++ b/build.gradle @@ -63,7 +63,7 @@ configurations.testRuntimeClasspath { // WireMock 3.x hasn't backported the fix — only the 4.x beta line has. // We force the core jar only; handlebars-helpers cannot be forced to 4.5.2 because // NumberHelper moved packages between versions, which breaks WireMock at runtime. - resolutionStrategy.force 'com.github.jknack:handlebars:4.5.3' + resolutionStrategy.force 'com.github.jknack:handlebars:4.5.4' } dependencies {