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 169fb6b commit b82cfd5Copy full SHA for b82cfd5
1 file changed
backend/build.gradle.kts
@@ -48,7 +48,7 @@ dependencies {
48
implementation("org.postgresql:postgresql:42.7.12")
49
50
// Caching with Ehcache https://www.ehcache.org/
51
- implementation("org.ehcache:ehcache:3.12.0")
+ implementation("org.ehcache:ehcache:3.11.1")
52
53
// Run Flyway DB migration tool on startup https://flywaydb.org/
54
implementation("org.flywaydb:flyway-core:8.5.13")
0 commit comments