From 845dab9cbf60fc368eb56a2fbbe5c5ebe468ac3f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:48:37 +0000 Subject: [PATCH] fix(deps): update dependency com.github.jknack:handlebars to v4.3.1 --- ambassador-advisor/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ambassador-advisor/build.gradle.kts b/ambassador-advisor/build.gradle.kts index f6d99472..89d2aac3 100644 --- a/ambassador-advisor/build.gradle.kts +++ b/ambassador-advisor/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:$kotlinCoroutinesVersion") implementation("com.fasterxml.jackson.module:jackson-module-kotlin") - implementation("com.github.jknack:handlebars:4.3.0") + implementation("com.github.jknack:handlebars:4.3.1") implementation("com.github.jknack:handlebars-helpers:4.3.0") implementation("io.github.filipowm:spring-api-starter:$springApiVersion")