From f7a16402656793f806b77de9e774933f1334e97e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 22:04:29 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 4.8.0 to 5.1.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.8.0 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5f23e62..c7a67e4 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.0' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.0' - testImplementation group: 'org.mockito', name: 'mockito-core', version:'4.8.0' + testImplementation group: 'org.mockito', name: 'mockito-core', version:'5.1.0' testImplementation 'io.kotest:kotest-runner-junit5:5.5.4' testImplementation 'io.kotest:kotest-assertions-core:5.5.4' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"