Skip to content

Commit

Permalink
chore(deps): bump org.testcontainers:junit-jupiter from 1.18.1 to 1.18.2
Browse files Browse the repository at this point in the history
Bumps [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) from 1.18.1 to 1.18.2.
- [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.18.1...1.18.2)

---
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] authored May 31, 2023
1 parent 1a554e6 commit 85d3dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edc-extensions/hashicorp-vault/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ dependencies {
implementation(libs.bouncyCastle.bcpkixJdk18on)
implementation(libs.okhttp)
implementation("org.testcontainers:vault:1.18.1")
implementation("org.testcontainers:junit-jupiter:1.18.1")
implementation("org.testcontainers:junit-jupiter:1.18.2")
testImplementation(libs.mockito.inline)
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bouncyCastle-jdk18on = "1.73"
mockito = "5.2.0"
restAssured = "5.3.0"
apache-sshd = "2.10.0"
testcontainers = "1.18.1"
testcontainers = "1.18.2"
aws = "2.20.74"
rsApi = "3.1.0"
jupiter = "5.9.3"
Expand Down

0 comments on commit 85d3dd3

Please sign in to comment.