From 3eb36fa3b07924b9d606d329aafd856fdd8b4595 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Jul 2025 00:46:24 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.13.2 to 5.13.3 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 5.13.2 to 5.13.3. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r5.13.2...r5.13.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.3 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 cbc7e24..62a4881 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.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' 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.2' - integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.2' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.3' + integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.3' } publishing {