Skip to content

Commit

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

---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 1, 2024
1 parent f79a64c commit d65ff6d
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 @@ -30,7 +30,7 @@ dependencies {
testImplementation(kotlin("test"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.1")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.3")
testImplementation("org.testcontainers:testcontainers:1.20.0")
testImplementation("org.testcontainers:testcontainers:1.20.1")
testImplementation("org.testcontainers:junit-jupiter:1.20.1")
}

Expand Down

0 comments on commit d65ff6d

Please sign in to comment.