From 1ac23e71ac247175c3acbfe0a9d948bafa4fd07c Mon Sep 17 00:00:00 2001 From: CloudQuery Bot Date: Wed, 1 Jan 2025 02:08:14 +0000 Subject: [PATCH] fix(deps): Update junit5 monorepo to v5.11.4 --- lib/build.gradle | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 7aa6fe1..4bbd4f1 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -50,14 +50,14 @@ dependencies { testImplementation 'io.grpc:grpc-testing:1.68.2' testImplementation 'io.grpc:grpc-inprocess:1.68.2' - testImplementation platform('org.junit:junit-bom:5.11.3') - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3' + testImplementation platform('org.junit:junit-bom:5.11.4') + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4' testImplementation 'org.mockito:mockito-core:5.14.2' testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2' testImplementation 'nl.jqno.equalsverifier:equalsverifier:3.17.4' testImplementation 'org.assertj:assertj-core:3.26.3' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.3' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4' runtimeOnly "org.apache.arrow:arrow-memory-netty:18.1.0" }