Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2023
1 parent 3e88897 commit 0cc9b40
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -10,6 +10,6 @@ dependencies {
implementation(libs.bouncyCastle.bcpkix)
implementation(libs.okhttp)
implementation("org.testcontainers:junit-jupiter:1.17.6")
implementation("org.testcontainers:vault:1.17.6")
implementation("org.testcontainers:vault:1.18.0")
testImplementation(libs.mockito.inline)
}

0 comments on commit 0cc9b40

Please sign in to comment.