From 093920254f927ae6e32fda7e5257c270710e1607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 10:25:15 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.3.1 to 5.10.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.3.1 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.3.1...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2d32bfc..8ae01a3 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ dependencies { testImplementation group: 'com.github.bibsysdev', name: 'nvatestutils', version: '1.36.7' testImplementation group: 'com.github.bibsysdev', name: 'logutils', version: '1.36.7' - testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.3.1' + testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0' testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter', version: '5.9.1' xsd2java group: 'com.sun.xml.bind', name: 'jaxb-xjc', version: '4.0.1'