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 c0931cc21 chore(java): Bump org.apache:apache from 35 to 37 in /java
(#3881)
c0931cc21 is described below
commit c0931cc2133287b06765f94db237d10b8c728039
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 16 13:39:24 2026 +0900
chore(java): Bump org.apache:apache from 35 to 37 in /java (#3881)
Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent)
from 35 to 37.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Li <[email protected]>
---
java/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index ec729520a..c9321db34 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>35</version>
+ <version>37</version>
</parent>
<groupId>org.apache.arrow.adbc</groupId>
@@ -100,6 +100,7 @@
<dep.org.checkerframework.version>3.53.0</dep.org.checkerframework.version>
<!-- org.apache:apache overrides -->
<minimalJavaBuildVersion>11</minimalJavaBuildVersion>
+ <maven.compiler.release>11</maven.compiler.release>
<maven.compiler.target>11</maven.compiler.target>
<surefire.version>3.5.2</surefire.version>
<version.maven-javadoc-plugin>3.11.1</version.maven-javadoc-plugin>