Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:testcontainers to v1.…
Browse files Browse the repository at this point in the history
…19.6
  • Loading branch information
renovate[bot] committed Feb 22, 2024
1 parent 2333507 commit 78d6aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencyResolutionManagement {
library("micronaut-platform", "io.micronaut.platform:micronaut-platform:4.3.2")
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.5")
library("testcontainers", "org.testcontainers:testcontainers:1.19.6")
library("testcontainers-junit5", "org.testcontainers:junit-jupiter:1.19.5")

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

0 comments on commit 78d6aaa

Please sign in to comment.