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 31ade4204 chore(java): bump
org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 in /java
(#2117)
31ade4204 is described below
commit 31ade420453b87522d6162051ee8a3ab4596b299
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 2 21:17:42 2024 -0400
chore(java): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0
to 3.10.0 in /java (#2117)
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.8.0 to 3.10.0.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 9a5a82b18..969ddcc6e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -212,7 +212,7 @@
wrong stylesheet) -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.8.0</version>
+ <version>3.10.0</version>
<configuration>
<!-- Ignore missing @return, @throws -->
<doclint>all,-missing</doclint>