We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14b14e commit 2d5c462Copy full SHA for 2d5c462
kweet/build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
implementation("org.jetbrains.exposed:exposed-jdbc:$exposed_version")
33
implementation("org.jetbrains.exposed:exposed-jodatime:$exposed_version")
34
implementation("joda-time:joda-time:2.12.2")
35
- implementation("org.freemarker:freemarker:2.3.31")
+ implementation("org.freemarker:freemarker:2.3.32")
36
implementation("org.ehcache:ehcache:3.9.7")
37
implementation("io.ktor:ktor-server-netty-jvm")
38
testImplementation("io.mockk:mockk:1.13.4")
0 commit comments