From eda61342625d0fa8a14976024b313b6b1bb479b5 Mon Sep 17 00:00:00 2001 From: ReaJason Date: Thu, 20 Feb 2025 21:56:42 +0800 Subject: [PATCH] chore: upgrade testcontainers and junit --- bom/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bom/build.gradle b/bom/build.gradle index 4cae5956..5daf95a5 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -28,10 +28,10 @@ dependencies { api 'org.jetbrains:annotations:26.0.1' - api "org.mockito:mockito-core:5.+" + api "org.mockito:mockito-core:5.15.2" api 'org.hamcrest:hamcrest:3.0' - api 'org.junit:junit-bom:5.10.0' - api 'org.testcontainers:testcontainers:1.20.4' - api 'org.testcontainers:junit-jupiter:1.20.4' + api 'org.junit:junit-bom:5.11.4' + api 'org.testcontainers:testcontainers:1.20.5' + api 'org.testcontainers:junit-jupiter:1.20.5' } }