Skip to content

Commit

Permalink
chore(deps): update backend-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 2, 2024
1 parent 14fbcf9 commit 7a54626
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
implementation("org.flywaydb:flyway-core:8.5.13")

// Read .mmdb (MaxMind) DB files for IP lookups https://maxmind.github.io/MaxMind-DB/
implementation("com.maxmind.geoip2:geoip2:4.2.0")
implementation("com.maxmind.geoip2:geoip2:4.2.1")

// Collect metrics
implementation("com.newrelic.telemetry:micrometer-registry-new-relic:0.10.0")
Expand All @@ -75,11 +75,11 @@ dependencies {
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
// Testcontainers to provide Postgres DB (https://testcontainers.org/)
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
testImplementation("org.testcontainers:postgresql:1.20.1")
testImplementation("org.testcontainers:testcontainers:1.20.3")
testImplementation("org.testcontainers:junit-jupiter:1.20.3")
testImplementation("org.testcontainers:postgresql:1.20.3")
// Mocking with Mockk (https://mockk.io/)
testImplementation("io.mockk:mockk:1.13.12")
testImplementation("io.mockk:mockk:1.13.13")
}

// Fix version requirement from Kotest
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 7a54626

Please sign in to comment.