Skip to content

Commit

Permalink
fix(deps): update dependency com.github.jknack:handlebars to v4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 7, 2024
1 parent 4ade31a commit e29dff2
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.4.0")
implementation("com.github.jknack:handlebars-helpers:4.3.0")

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

0 comments on commit e29dff2

Please sign in to comment.