From 8568fc16c416f155401f05d77a847e02fe9914e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:22:27 +0000 Subject: [PATCH] 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](https://github.com/jknack/handlebars.java/compare/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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8a04271..31ffc130 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.2' + resolutionStrategy.force 'com.github.jknack:handlebars:4.5.3' } dependencies {