From bdd42214eae6d95bdc6df28a9057d343fd90fe8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:03:05 +0200 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.11.3 (#469) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stepan Burlakov --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc02ba32..219c0651 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.mockito:mockito-inline:5.2.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.11.3' testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2' testImplementation 'org.junit-pioneer:junit-pioneer:2.2.0' testImplementation 'org.hamcrest:hamcrest-library:2.2'