Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.19.3 to 1.19.4
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.19.3 to 1.19.4.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.3...1.19.4)

---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kruton committed Jan 25, 2024
1 parent 3b676e6 commit 30f2cd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
testImplementation("junit:junit:4.13.2")
testImplementation("commons-io:commons-io:2.15.1")
testImplementation("commons-codec:commons-codec:1.16.0")
testImplementation("org.testcontainers:testcontainers:1.19.3")
testImplementation("org.testcontainers:testcontainers:1.19.4")
testImplementation("org.jetbrains:annotations:24.1.0")
testImplementation("ch.qos.logback:logback-classic:1.4.14")
testImplementation("org.hamcrest:hamcrest:2.2")
Expand Down

0 comments on commit 30f2cd4

Please sign in to comment.