This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e4e240a1 ci: bump Maven version used in nightly verification (#3185)
9e4e240a1 is described below

commit 9e4e240a16eb6598265e9d2494f104f26648249a
Author: David Li <[email protected]>
AuthorDate: Tue Jul 22 15:53:09 2025 +0900

    ci: bump Maven version used in nightly verification (#3185)
    
    Fixes #3183.
---
 ci/scripts/verify_ubuntu.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/scripts/verify_ubuntu.sh b/ci/scripts/verify_ubuntu.sh
index 57b215145..2ec249035 100755
--- a/ci/scripts/verify_ubuntu.sh
+++ b/ci/scripts/verify_ubuntu.sh
@@ -25,7 +25,7 @@
 set -euo pipefail
 
 : ${JDK:=21}
-: ${MAVEN:=3.9.10}
+: ${MAVEN:=3.9.11}
 
 main() {
     local -r source_dir="${1}"

Reply via email to