From 2e80c8b7a1cb31f61f3c89ca4bad4cbe79254ad4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 09:27:27 +0200 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.0 to 5.14.1 (#584) Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.0...v5.14.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... 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 f4806541..68f20206 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { testImplementation("io.github.origin-energy:java-snapshot-testing-plugin-jackson:4.0.8") testImplementation("io.projectreactor:reactor-test:3.6.10") testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.1") - testImplementation("org.mockito:mockito-core:5.14.0") + testImplementation("org.mockito:mockito-core:5.14.1") testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("io.projectreactor:reactor-test") testImplementation("commons-io:commons-io:2.17.0")