Skip to content

Commit

Permalink
fix(deps): update backend-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 25, 2025
1 parent e1df8a8 commit 00996f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.18.2")

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

// Caching with Ehcache https://www.ehcache.org/
implementation("org.ehcache:ehcache:3.10.8")
Expand Down Expand Up @@ -79,7 +79,7 @@ dependencies {
testImplementation("org.testcontainers:junit-jupiter:1.20.4")
testImplementation("org.testcontainers:postgresql:1.20.4")
// Mocking with Mockk (https://mockk.io/)
testImplementation("io.mockk:mockk:1.13.14")
testImplementation("io.mockk:mockk:1.13.16")
}

// Fix version requirement from Kotest
Expand Down

0 comments on commit 00996f0

Please sign in to comment.