From 1ff176de816ba10203a721db32e002961d3963f2 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 17 Mar 2025 01:34:15 +0000
Subject: [PATCH] Bump org.mockito:mockito-core from 5.16.0 to 5.16.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.16.0 to 5.16.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot]
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index c120f0f..0919c32 100644
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ dependencies {
implementation 'org.jetbrains:annotations:26.0.2'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.mock-server:mockserver-junit-rule:5.15.0'
- testImplementation 'org.mockito:mockito-core:5.16.0'
+ testImplementation 'org.mockito:mockito-core:5.16.1'
}
tasks.register('sourcesJar', Jar) {