Skip to content

Commit

Permalink
fix(deps): update dependency com.github.jknack:handlebars to v4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 20, 2022
1 parent 875dcb7 commit 845dab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ambassador-advisor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 845dab9

Please sign in to comment.