From 36993fd7fb4b12911339cca5c8cb69c3cef307e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 10:43:06 +0000 Subject: [PATCH] chore(deps): bump com.github.jknack:handlebars from 4.5.4 to 4.5.5 Bumps [com.github.jknack:handlebars](https://github.com/jknack/handlebars.java) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/jknack/handlebars.java/releases) - [Commits](https://github.com/jknack/handlebars.java/compare/v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: com.github.jknack:handlebars dependency-version: 4.5.5 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 1eff791f..f3cbb61d 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.4' + resolutionStrategy.force 'com.github.jknack:handlebars:4.5.5' } dependencies {