From 2985e484e6ae924d7052ef062f276e862f7c84cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 22:48:22 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.13.3 to 5.13.4 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.3 to 5.13.4. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.3...r5.13.4) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 62a4881..e239ef7 100644 --- a/build.gradle +++ b/build.gradle @@ -56,13 +56,13 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5' implementation 'com.maxmind.db:maxmind-db:3.2.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' testImplementation 'org.mockito:mockito-core:5.18.0' integrationTestImplementation 'io.rest-assured:rest-assured:5.5.5' - integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' - integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4' + integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.4' } publishing {