diff --git a/ci/scripts/java_jni_macos_build.sh b/ci/scripts/java_jni_macos_build.sh index a80c9be69a5d4..0d4c332a6b11f 100755 --- a/ci/scripts/java_jni_macos_build.sh +++ b/ci/scripts/java_jni_macos_build.sh @@ -97,7 +97,7 @@ if [ "${ARROW_BUILD_TESTS}" == "ON" ]; then # MinIO is required exclude_tests="arrow-s3fs-test" # unstable - exclude_tests="${exclude_tests}|arrow-compute-hash-join-node-test" + exclude_tests="${exclude_tests}|arrow-acero-hash-join-node-test" ctest \ --exclude-regex "${exclude_tests}" \ --label-regex unittest \ diff --git a/java/pom.xml b/java/pom.xml index c85471f265c7e..2b28540ee993a 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -358,7 +358,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.7.3 + 2.7.6 package