From 6b241d4715f70addc5838e4d85fddd2f95e337a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Aug 2025 07:49:31 +0000 Subject: [PATCH] Bump org.mockito:mockito-bom from 5.18.0 to 5.19.0 Bumps [org.mockito:mockito-bom](https://github.com/mockito/mockito) from 5.18.0 to 5.19.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v5.18.0...v5.19.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-bom dependency-version: 5.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- internal-bom/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal-bom/build.gradle.kts b/internal-bom/build.gradle.kts index 5d42755..bfa586a 100644 --- a/internal-bom/build.gradle.kts +++ b/internal-bom/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { api(platform("org.junit:junit-bom:5.13.4")) api(platform("org.testcontainers:testcontainers-bom:1.21.3")) api(platform("io.github.mfvanek:pg-index-health-bom:0.20.2")) - api(platform("org.mockito:mockito-bom:5.18.0")) + api(platform("org.mockito:mockito-bom:5.19.0")) api(platform("org.assertj:assertj-bom:3.27.4")) constraints {