From 69d917c2c3a67ed6539935913eef65f046f4ae3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 21:01:17 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-api from 6.0.0 to 6.0.1 Bumps [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-version: 6.0.1 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 058ffdd..4a9f777 100644 --- a/build.gradle +++ b/build.gradle @@ -82,14 +82,14 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5-fluent:5.5.1' implementation 'com.maxmind.db:maxmind-db:3.2.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.20.0' integrationTestImplementation 'io.rest-assured:rest-assured:5.5.6' - integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' - integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.0' + integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.1' + integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:6.0.1' integrationTestRuntimeOnly 'org.junit.platform:junit-platform-launcher' }