From 7811d6f9cc617c8faef8d2c5dbf4e40acd46d731 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 14:44:39 +0000 Subject: [PATCH] Bump org.mockito:mockito-core from 5.14.2 to 5.15.2 Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.14.2 to 5.15.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.2...v5.15.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7f01c0a9..1bb3596d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation(kotlin("scripting-common")) implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.4.2") implementation("com.zaxxer:HikariCP:5.1.0") - implementation("org.mockito:mockito-core:5.14.2") + implementation("org.mockito:mockito-core:5.15.2") implementation("mysql:mysql-connector-java:8.0.33") implementation("org.apache.commons:commons-compress:1.27.1") testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.1")