From 7bd1a24a237e887acab76771870be004910a29da Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Sun, 1 Feb 2026 06:20:23 +0000 Subject: [PATCH] fix(deps): Update junit --- lib/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index ff712c1..3dc9e92 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -46,11 +46,11 @@ dependencies { testImplementation 'io.grpc:grpc-testing:1.78.0' testImplementation 'io.grpc:grpc-inprocess:1.78.0' - testImplementation platform('org.junit:junit-bom:6.0.0') - testImplementation 'org.junit.jupiter:junit-jupiter:6.0.0' - testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.0' + testImplementation platform('org.junit:junit-bom:6.0.2') + testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:6.0.2' testImplementation 'org.mockito:mockito-core:5.21.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.21.0' testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.3.1' testImplementation 'org.assertj:assertj-core:3.27.7' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'