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 0074e8f commit 00efdebCopy full SHA for 00efdeb
1 file changed
backend/build.gradle.kts
@@ -45,7 +45,7 @@ dependencies {
45
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1")
46
47
// Postgres Database
48
- implementation("org.postgresql:postgresql:42.7.11")
+ implementation("org.postgresql:postgresql:42.7.12")
49
50
// Caching with Ehcache https://www.ehcache.org/
51
implementation("org.ehcache:ehcache:3.11.1")
0 commit comments