From b2f7cdb6bb1a02f9ac8d40dc151601dc98bcf555 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 20:23:58 +0000 Subject: [PATCH] Bump the dev-dependencies group across 1 directory with 2 updates Bumps the dev-dependencies group with 2 updates in the / directory: [org.testng:testng](https://github.com/testng-team/testng) and [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.testng:testng` from 7.10.2 to 7.11.0 - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/testng-team/testng/compare/7.10.2...7.11.0) Updates `org.mockito:mockito-core` from 5.14.2 to 5.16.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.16.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: org.mockito:mockito-core dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 287398a..81c03c8 100644 --- a/pom.xml +++ b/pom.xml @@ -52,13 +52,13 @@ org.testng testng - 7.10.2 + 7.11.0 test org.mockito mockito-core - 5.14.2 + 5.17.0 test