Skip to content

Commit

Permalink
Update dependency org.freemarker:freemarker to v2.3.32 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 23, 2023
1 parent f14b14e commit 2d5c462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kweet/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
implementation("org.jetbrains.exposed:exposed-jodatime:$exposed_version")
implementation("joda-time:joda-time:2.12.2")
implementation("org.freemarker:freemarker:2.3.31")
implementation("org.freemarker:freemarker:2.3.32")
implementation("org.ehcache:ehcache:3.9.7")
implementation("io.ktor:ktor-server-netty-jvm")
testImplementation("io.mockk:mockk:1.13.4")
Expand Down

0 comments on commit 2d5c462

Please sign in to comment.