Skip to content

Commit 5aa6558

Browse files
fix(deps): update dependency com.github.jknack:handlebars to v4.5.0
1 parent 4ade31a commit 5aa6558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ambassador-advisor/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dependencies {
1717
implementation("org.springframework.boot:spring-boot-starter-webflux")
1818
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:$kotlinCoroutinesVersion")
1919
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
20-
implementation("com.github.jknack:handlebars:4.3.0")
20+
implementation("com.github.jknack:handlebars:4.5.0")
2121
implementation("com.github.jknack:handlebars-helpers:4.3.0")
2222

2323
implementation("io.github.filipowm:spring-api-starter:$springApiVersion")

0 commit comments

Comments
 (0)