From e075963c1bd4efd902956ebf7a0b567c5bfddc5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 10:54:34 +0000 Subject: [PATCH] chore(deps): update dependency org.junit.jupiter:junit-jupiter to v5.12.0 --- templates/java/tests/build.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/java/tests/build.mustache b/templates/java/tests/build.mustache index 393c1c0e27d..93037b32a6d 100644 --- a/templates/java/tests/build.mustache +++ b/templates/java/tests/build.mustache @@ -15,7 +15,7 @@ java { dependencies { testImplementation 'com.algolia:algoliasearch:{{packageVersion}}' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'com.fasterxml.jackson.core:jackson-core:2.18.2'