Skip to content

Commit

Permalink
Bump org.testcontainers:testcontainers from 1.20.5 to 1.20.6
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) from 1.20.5 to 1.20.6.
- [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.20.5...1.20.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 5, 2025
1 parent b652d7b commit ec7b5f4
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 @@ -21,7 +21,7 @@ dependencies {

testImplementation("junit:junit:4.13.2")
testImplementation("org.hamcrest:hamcrest:3.0")
testImplementation("org.testcontainers:testcontainers:1.20.5")
testImplementation("org.testcontainers:testcontainers:1.20.6")
}

group = "art.iculate.flume"
Expand Down

0 comments on commit ec7b5f4

Please sign in to comment.