From e933c1c7f11889c28c36f26ce0ba90414620eb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 04:33:00 +0000 Subject: [PATCH] Bump io.quarkus:quarkus-junit4-mock from 3.7.3 to 3.8.0 Bumps io.quarkus:quarkus-junit4-mock from 3.7.3 to 3.8.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 4ac5180..52b050f 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.7.3") + testImplementation("io.quarkus:quarkus-junit4-mock:3.8.0") } configurations.all {