From a5733807141b53fa0e22c3c8de919e0d1f7be463 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 06:35:25 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.5.0 to 5.6.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 36236d00..67f5f55a 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { testImplementation("io.projectreactor:reactor-test:3.5.10") testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.0") - testImplementation("org.mockito:mockito-core:5.5.0") + testImplementation("org.mockito:mockito-core:5.6.0") testImplementation("org.mockito:mockito-inline:5.2.0") testImplementation("io.projectreactor:reactor-test") testImplementation("commons-io:commons-io:2.14.0")