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 cd816e697 chore(java): bump
org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 in /java
(#2304)
cd816e697 is described below
commit cd816e69795efe830cdfe18f126f32c5fdb6c33d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 20:26:56 2024 -0500
chore(java): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1
to 3.11.1 in /java (#2304)
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.10.1 to 3.11.1.
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 b9b45822c..d51308071 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -240,7 +240,7 @@
wrong stylesheet) -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.10.1</version>
+ <version>3.11.1</version>
<configuration>
<!-- Ignore missing @return, @throws -->
<doclint>all,-missing</doclint>