We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991499d commit 8faf243Copy full SHA for 8faf243
edc-extensions/hashicorp-vault/build.gradle.kts
@@ -28,6 +28,6 @@ dependencies {
28
implementation(libs.bouncyCastle.bcpkixJdk18on)
29
implementation(libs.okhttp)
30
implementation("org.testcontainers:vault:1.18.2")
31
- implementation("org.testcontainers:junit-jupiter:1.18.1")
+ implementation("org.testcontainers:junit-jupiter:1.18.2")
32
testImplementation(libs.mockito.inline)
33
}
gradle/libs.versions.toml
@@ -14,7 +14,7 @@ bouncyCastle-jdk18on = "1.73"
14
mockito = "5.2.0"
15
restAssured = "5.3.0"
16
apache-sshd = "2.10.0"
17
-testcontainers = "1.18.1"
+testcontainers = "1.18.2"
18
aws = "2.20.75"
19
rsApi = "3.1.0"
20
jupiter = "5.9.3"
0 commit comments