We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1fe7c commit a5f1be6Copy full SHA for a5f1be6
lib/build.gradle
@@ -53,7 +53,7 @@ dependencies {
53
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
54
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1'
55
testImplementation 'org.assertj:assertj-core:3.27.6'
56
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
+ testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
57
58
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0"
59
}
0 commit comments