Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:junit-jupiter from 1.17.6 to 1.1…
Browse files Browse the repository at this point in the history
…9.3 (#20)

Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.17.6 to 1.19.3.
- [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.17.6...1.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luiz Picanço <lpicanco@gmail.com>
  • Loading branch information
dependabot[bot] and lpicanco authored Dec 15, 2023
1 parent 0c87ef9 commit eef1c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion krate-storage-redis/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ dependencies {
implementation(project(":krate-core"))
implementation("redis.clients:jedis:4.3.2")
testImplementation("org.testcontainers:testcontainers:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.17.6")
testImplementation("org.testcontainers:junit-jupiter:1.19.3")
}

0 comments on commit eef1c11

Please sign in to comment.