From d2af66f447bf8dde0b97f8a47290697ca0f1a0e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 21:12:59 +0000 Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.10.0 to 5.10.1 Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.10.0 to 5.10.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-engine 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 d1cc4f2..666e8a2 100644 --- a/build.gradle +++ b/build.gradle @@ -57,12 +57,12 @@ dependencies { implementation 'com.maxmind.db:maxmind-db:3.0.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' testImplementation 'org.mockito:mockito-core:5.6.0' integrationTestImplementation 'io.rest-assured:rest-assured:5.3.2' integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1' } publishing {