From 80cf715cd24cd5bd4e08b167e2a5074fedaf478a Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 7 Oct 2024 21:42:34 +0000
Subject: [PATCH] Bump org.junit.jupiter:junit-jupiter-engine from 5.11.1 to
 5.11.2

Bumps [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) from 5.11.1 to 5.11.2.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.1...r5.11.2)

---
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] <support@github.com>
---
 build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index 3ebb55f..e90d5bb 100644
--- a/build.gradle
+++ b/build.gradle
@@ -57,12 +57,12 @@ dependencies {
     implementation 'com.maxmind.db:maxmind-db:3.1.1'
 
     testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
-    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
+    testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
     testImplementation 'org.mockito:mockito-core:5.14.1'
 
     integrationTestImplementation 'io.rest-assured:rest-assured:5.5.0'
     integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.1'
-    integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.1'
+    integrationTestRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.2'
 }
 
 publishing {