From 0cc4cb1c24a94a3e45426dfeab450f48b9022f9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 09:54:24 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-core from 5.18.0 to 5.23.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.18.0 to 5.23.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.23.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- sms2webhook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 5087233..fe31478 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -69,7 +69,7 @@ dependencies { // Unit testing testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-core:5.18.0' + testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'org.json:json:20260522' // Instrumented testing