From c6c7f6eb9dbef17057a7df582f2377c8402a118f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 21:46:21 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.13.0 to 5.13.1 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.13.0 to 5.13.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.13.0...r5.13.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.13.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bde6af9..8e7bbf1 100644 --- a/build.gradle +++ b/build.gradle @@ -56,12 +56,12 @@ 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.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1' 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.0' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.1' integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.13.1' }