From b048d9ef58b35bc1735a837e459c0bfc651cab42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 09:33:14 +0000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0 Bumps [org.mockito:mockito-junit-jupiter](https://github.com/mockito/mockito) from 5.9.0 to 5.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.9.0...v5.10.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/build.gradle b/server/build.gradle index a78be80..7aa989c 100644 --- a/server/build.gradle +++ b/server/build.gradle @@ -25,7 +25,7 @@ dependencies { testImplementation 'org.jetbrains.teamcity:tests-support:2023.11.1' testImplementation 'org.jetbrains.teamcity:server-api:2023.11.1' testImplementation 'org.apache.commons:commons-lang3:3.14.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.9.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0' testImplementation 'org.mockito:mockito-core:5.10.0' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'