Skip to content

Commit

Permalink
fix(deps): update all dependencies to v1.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 6, 2024
1 parent 1d689e1 commit ae536fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ dependencyResolutionManagement {
library("micronaut-platform", "io.micronaut.platform:micronaut-platform:4.3.4")
library("junit", "org.junit.jupiter:junit-jupiter:5.10.2")
library("assertj", "org.assertj:assertj-core:3.25.3")
library("testcontainers", "org.testcontainers:testcontainers:1.19.6")
library("testcontainers-junit5", "org.testcontainers:junit-jupiter:1.19.6")
library("testcontainers", "org.testcontainers:testcontainers:1.19.7")
library("testcontainers-junit5", "org.testcontainers:junit-jupiter:1.19.7")

bundle("testcontainers-junit", listOf("testcontainers", "testcontainers-junit5"))
}
Expand Down

0 comments on commit ae536fa

Please sign in to comment.