From f701e34e81ec92f670597cfa5c60431e67856e7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Jun 2025 00:05:28 +0000 Subject: [PATCH] chore(deps): Bump the java group across 1 directory with 2 updates Bumps the java group with 2 updates in the / directory: [org.junit:junit-bom](https://github.com/junit-team/junit5) and [org.mockito:mockito-bom](https://github.com/mockito/mockito). Updates `org.junit:junit-bom` from 5.12.2 to 5.13.0 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.12.2...r5.13.0) Updates `org.mockito:mockito-bom` from 5.17.0 to 5.18.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.17.0...v5.18.0) --- updated-dependencies: - dependency-name: org.junit:junit-bom dependency-version: 5.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.mockito:mockito-bom dependency-version: 5.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8b52829..db5273e 100644 --- a/pom.xml +++ b/pom.xml @@ -23,14 +23,14 @@ org.junit junit-bom - 5.12.2 + 5.13.0 pom import org.mockito mockito-bom - 5.17.0 + 5.18.0 pom import