From 9c8f4bbcbd7231bc64c39c32d353875b0ad01e26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 19:06:00 +0000 Subject: [PATCH] deps: bump the minor-patch-dependencies group with 2 updates Bumps the minor-patch-dependencies group with 2 updates: [org.mockito:mockito-core](https://github.com/mockito/mockito) and [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback). Updates `org.mockito:mockito-core` from 5.20.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.20.0...v5.21.0) Updates `ch.qos.logback:logback-classic` from 1.5.21 to 1.5.22 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.21...v_1.5.22) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.22 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch-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 10ee55b..8e123fc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ org.mockito mockito-core - 5.20.0 + 5.21.0 test @@ -38,7 +38,7 @@ ch.qos.logback logback-classic - 1.5.21 + 1.5.22 test