Skip to content

Commit 660b872

Browse files
chore(deps): bump org.testcontainers:testcontainers from 2.0.4 to 2.0.5
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 2.0.4 to 2.0.5. - [Release notes](https://github.com/testcontainers/testcontainers-java/releases) - [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md) - [Commits](testcontainers/testcontainers-java@2.0.4...2.0.5) --- updated-dependencies: - dependency-name: org.testcontainers:testcontainers dependency-version: 2.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4a4469 commit 660b872

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ dependencies {
8989
testRuntimeOnly 'org.postgresql:postgresql'
9090

9191
// Additional test dependencies for improved testing
92-
testImplementation 'org.testcontainers:testcontainers:2.0.4'
93-
testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.4'
94-
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.4'
95-
testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.4'
92+
testImplementation 'org.testcontainers:testcontainers:2.0.5'
93+
testImplementation 'org.testcontainers:testcontainers-junit-jupiter:2.0.5'
94+
testImplementation 'org.testcontainers:testcontainers-mariadb:2.0.5'
95+
testImplementation 'org.testcontainers:testcontainers-postgresql:2.0.5'
9696
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
9797
testImplementation 'com.tngtech.archunit:archunit-junit5:1.4.1'
9898
testImplementation 'org.assertj:assertj-core:3.27.7'

0 commit comments

Comments
 (0)