Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Build(deps): Bump org.testcontainers:junit-jupiter from 1.19.5 to 1.19.7
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.19.5 to 1.19.7.
- [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.5...1.19.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 1, 2024
1 parent 5ed9430 commit 78d08d5
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 @@ -95,7 +95,7 @@ dependencies {

// Testcontainers
testImplementation("org.testcontainers:testcontainers:1.19.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.5")
testImplementation("org.testcontainers:junit-jupiter:1.19.7")

// Apache HttpClient
testImplementation("org.apache.httpcomponents:httpclient:4.5.14")
Expand Down

0 comments on commit 78d08d5

Please sign in to comment.