Skip to content

Commit a5f1be6

Browse files
authored
Update test runtime dependency in build.gradle
Replaced JUnit Jupiter engine dependency with JUnit Platform launcher.
1 parent be1fe7c commit a5f1be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
5454
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.1.1'
5555
testImplementation 'org.assertj:assertj-core:3.27.6'
56-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
56+
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5757

5858
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0"
5959
}

0 commit comments

Comments
 (0)