Skip to content

Commit

Permalink
fix(deps): update dependency org.postgresql:postgresql to v42.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 30, 2024
1 parent 08b78b2 commit ce941d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.2")

// Postgres Database
implementation("org.postgresql:postgresql:42.7.3")
implementation("org.postgresql:postgresql:42.7.4")

// Caching with Ehcache https://www.ehcache.org/
implementation("org.ehcache:ehcache:3.10.8")
Expand Down

0 comments on commit ce941d5

Please sign in to comment.