From 7b0cf57a2b7c54400508192a177ea19eaf4c8f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 13:07:25 +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.15.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) --- 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..d9fe018 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.15.2 test