Skip to content

Commit 6ed9797

Browse files
fix(deps): update backend-patch (#512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbe7a0f commit 6ed9797

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

backend/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id("io.spring.dependency-management") version "1.1.7"
1717

1818
// Build and push docker images
19-
id("com.google.cloud.tools.jib") version "3.5.3"
19+
id("com.google.cloud.tools.jib") version "3.5.4"
2020
}
2121

2222
repositories {
@@ -45,7 +45,7 @@ dependencies {
4545
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.1")
4646

4747
// Postgres Database
48-
implementation("org.postgresql:postgresql:42.7.12")
48+
implementation("org.postgresql:postgresql:42.7.13")
4949

5050
// Caching with Ehcache https://www.ehcache.org/
5151
implementation("org.ehcache:ehcache:3.11.1")

0 commit comments

Comments
 (0)