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 6782c9d00 ci: bump Maven version used for some validation tests (#4059)
6782c9d00 is described below

commit 6782c9d00a9a8ff6070093b12c54005bf8886055
Author: David Li <[email protected]>
AuthorDate: Mon Mar 9 17:02:12 2026 +0900

    ci: bump Maven version used for some validation tests (#4059)
---
 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 8daabc9fe..d1541a7e6 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.12}
+: ${MAVEN:=3.9.13}
 
 main() {
     local -r source_dir="${1}"

Reply via email to