From 116b0271a4f886853313dbf43874967013e0aa6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 04:31:56 +0000 Subject: [PATCH] Bump io.quarkus:quarkus-junit4-mock from 3.11.2 to 3.12.0 Bumps io.quarkus:quarkus-junit4-mock from 3.11.2 to 3.12.0. --- updated-dependencies: - dependency-name: io.quarkus:quarkus-junit4-mock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ef00005..2efc42e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -56,7 +56,7 @@ dependencies { testImplementation("org.testcontainers:junit-jupiter:$testContainersVersion") testImplementation("org.testcontainers:postgresql:$testContainersVersion") // need quarkus-junit-4-mock because of https://github.com/testcontainers/testcontainers-java/issues/970 - testImplementation("io.quarkus:quarkus-junit4-mock:3.11.2") + testImplementation("io.quarkus:quarkus-junit4-mock:3.12.0") } configurations.all {