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 fbe7a0f commit 6ed9797Copy full SHA for 6ed9797
1 file changed
backend/build.gradle.kts
@@ -16,7 +16,7 @@ plugins {
16
id("io.spring.dependency-management") version "1.1.7"
17
18
// Build and push docker images
19
- id("com.google.cloud.tools.jib") version "3.5.3"
+ id("com.google.cloud.tools.jib") version "3.5.4"
20
}
21
22
repositories {
@@ -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.12")
+ implementation("org.postgresql:postgresql:42.7.13")
49
50
// Caching with Ehcache https://www.ehcache.org/
51
implementation("org.ehcache:ehcache:3.11.1")
0 commit comments