From 5cb9f1e81c6dbf9196a4a54d4f8d54c59aed5bcb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 11:14:34 +0100 Subject: [PATCH] Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 (#424) Bumps [org.mockito:mockito-core](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-core 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> --- bot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index 17a0b6b2..a03df8d9 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { testImplementation("io.github.origin-energy:java-snapshot-testing-plugin-jackson:4.0.7") testImplementation("io.projectreactor:reactor-test:3.6.2") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1") - testImplementation("org.mockito:mockito-core:5.9.0") + testImplementation("org.mockito:mockito-core:5.10.0") testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("io.projectreactor:reactor-test") testImplementation("commons-io:commons-io:2.15.1")