Skip to content

Commit e29dff2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.4.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)