From 0fbed3ce53a8d9cd6d4f54afbfa63f6b8f2f03e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jan 2024 19:39:08 +1000 Subject: [PATCH] Bump org.mockito:mockito-junit-jupiter from 5.9.0 to 5.10.0 (#242) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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'