Skip to content

Commit 00efdeb

Browse files
fix(deps): update dependency org.postgresql:postgresql to v42.7.12 (#506)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0074e8f commit 00efdeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.11")
48+
implementation("org.postgresql:postgresql:42.7.12")
4949

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

0 commit comments

Comments
 (0)