From c815a81c75e60feb44b23dab3b82c12e13a6833e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 06:13:00 +0000 Subject: [PATCH] chore(deps): bump the test group across 1 directory with 4 updates Bumps the test group with 4 updates in the / directory: [org.assertj:assertj-core](https://github.com/assertj/assertj), [org.mockito:mockito-core](https://github.com/mockito/mockito), [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) and [org.junit:junit-bom](https://github.com/junit-team/junit5). Updates `org.assertj:assertj-core` from 3.26.0 to 3.26.3 - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.26.0...assertj-build-3.26.3) Updates `org.mockito:mockito-core` from 5.12.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.14.1) Updates `org.mockito:mockito-junit-jupiter` from 5.12.0 to 5.14.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.12.0...v5.14.1) Updates `org.junit:junit-bom` from 5.10.2 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.10.2...r5.11.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: test - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test - dependency-name: org.junit:junit-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test ... Signed-off-by: dependabot[bot] --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 864f4a4..4d1e098 100644 --- a/pom.xml +++ b/pom.xml @@ -60,8 +60,8 @@ UTF-8 11 ${java.version} - 5.10.2 - 5.12.0 + 5.11.2 + 5.14.1 3.4.0 3.13.0 3.8.0 @@ -128,12 +128,12 @@ org.assertj assertj-core - 3.26.0 + 3.26.3 org.mockito mockito-core - 5.12.0 + 5.14.1 org.mockito