From 8cd7680b056baada521f4203e4c4b04a600d960d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:46:05 +0000 Subject: [PATCH] Bump org.mockito:mockito-bom from 5.14.1 to 5.14.2 Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.14.1 to 5.14.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.14.1...v5.14.2) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pg-index-health-demo-without-spring/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pg-index-health-demo-without-spring/build.gradle.kts b/pg-index-health-demo-without-spring/build.gradle.kts index 9bcdb26..eaedc60 100644 --- a/pg-index-health-demo-without-spring/build.gradle.kts +++ b/pg-index-health-demo-without-spring/build.gradle.kts @@ -24,7 +24,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter-params") testImplementation("org.assertj:assertj-core") testImplementation("org.testcontainers:junit-jupiter") - testImplementation(platform("org.mockito:mockito-bom:5.14.1")) + testImplementation(platform("org.mockito:mockito-bom:5.14.2")) testImplementation("org.mockito:mockito-core") testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")