We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1062e commit 96c4bf8Copy full SHA for 96c4bf8
app/build.gradle.kts
@@ -100,7 +100,7 @@ dependencies {
100
testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion")
101
testImplementation("org.testcontainers:postgresql:$testContainersVersion")
102
// need quarkus-junit-4-mock because of https://github.com/testcontainers/testcontainers-java/issues/970
103
- testImplementation("io.quarkus:quarkus-junit4-mock:3.15.0")
+ testImplementation("io.quarkus:quarkus-junit4-mock:3.15.1")
104
testImplementation(project(":test-common"))
105
testApi("com.github.navikt.tiltakspenger-libs:test-common:$felleslibVersion")
106
testImplementation("com.github.navikt.tiltakspenger-libs:common:$felleslibVersion")
0 commit comments