From 787a311e8657b1a049db10b607127a7f574114c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 01:03:04 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.13.1 to 5.13.2 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) from 5.13.1 to 5.13.2. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.1...r5.13.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-version: 5.13.2 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 9ddde56..cbc7e24 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.1' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' 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.1' - integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.2' + integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' } publishing {