From 0ba9bf0716c66fa6d7ebe55ddca7dc21524a9a0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 22:58:32 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 5.12.1 to 5.12.2 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) from 5.12.1 to 5.12.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.1...r5.12.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 5.12.2 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 fb64e02..6d12842 100644 --- a/build.gradle +++ b/build.gradle @@ -56,12 +56,12 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.4.4' implementation 'com.maxmind.db:maxmind-db:3.1.1' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' testImplementation 'org.mockito:mockito-core:5.17.0' integrationTestImplementation 'io.rest-assured:rest-assured:5.5.1' - integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.1' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.12.2' integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.12.2' }