From cf09fc55062bc5cfcb30662e9fb95174fb12718e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:51:47 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.1.1 to 5.8.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.1 to 5.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.1.1...v5.8.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..cf28832 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.8.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'