We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf80c9e commit 16becc1Copy full SHA for 16becc1
lib/build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
testImplementation 'org.mockito:mockito-core:5.20.0'
53
testImplementation 'org.mockito:mockito-junit-jupiter:5.20.0'
54
testImplementation 'nl.jqno.equalsverifier:equalsverifier:4.2.5'
55
- testImplementation 'org.assertj:assertj-core:3.27.6'
+ testImplementation 'org.assertj:assertj-core:3.27.7'
56
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
57
58
runtimeOnly "org.apache.arrow:arrow-memory-netty:18.3.0"
0 commit comments