This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new 8c36d0220 MINOR: Bump org.apache:apache from 37 to 38 (#1156)
8c36d0220 is described below
commit 8c36d02205974c0cb912b11383e26f141ee2971e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 17:45:09 2026 +0200
MINOR: Bump org.apache:apache from 37 to 38 (#1156)
Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent)
from 37 to 38.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/apache/maven-apache-parent/releases">org.apache:apache's
releases</a>.</em></p>
<blockquote>
<h2>Apache Parent POM version 38</h2>
<!-- raw HTML omitted -->
<h2>👻 Maintenance</h2>
<ul>
<li>Update banner links (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/576">#576</a>)
<a
href="https://github.com/slawekjaranowski"><code>@​slawekjaranowski</code></a></li>
</ul>
<h2>📦 Dependency updates</h2>
<ul>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.10.0 to
3.10.1 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/578">#578</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-invoker-plugin from 3.9.1 to
3.10.0 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/575">#575</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to
3.5.0 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/572">#572</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-shade-plugin from 3.6.1 to 3.6.2
(<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/573">#573</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump
org.apache.apache.resources:apache-source-release-assembly-descriptor
from 1.7 to 1.8 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/571">#571</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump version.maven-surefire from 3.5.4 to 3.5.5 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/570">#570</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-dependency-plugin from 3.9.0 to
3.10.0 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/568">#568</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
<li>Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to
3.15.0 (<a
href="https://redirect.github.com/apache/maven-apache-parent/pull/567">#567</a>)
@<a href="https://github.com/apps/dependabot">dependabot[bot]</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/apache/maven-apache-parent/commits">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
bom/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bom/pom.xml b/bom/pom.xml
index d97cc291c..083ee1e0d 100644
--- a/bom/pom.xml
+++ b/bom/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>37</version>
+ <version>38</version>
<relativePath/>
</parent>
diff --git a/pom.xml b/pom.xml
index e0754f778..d6d36e560 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>37</version>
+ <version>38</version>
</parent>
<groupId>org.apache.arrow</groupId>