Skip to content

Commit

Permalink
fix(deps): update dependency org.testcontainers:junit-jupiter to v1.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Feb 23, 2024
1 parent 78d6aaa commit 79cdbdb
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 @@ -11,7 +11,7 @@ dependencyResolutionManagement {
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.5")
library("testcontainers-junit5", "org.testcontainers:junit-jupiter:1.19.6")

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

0 comments on commit 79cdbdb

Please sign in to comment.