This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new 8cef5849b4 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.10.0 to 3.10.1 (#2091)
8cef5849b4 is described below
commit 8cef5849b4741b1bfade570cd611ce31edd84ae8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 3 18:59:57 2024 -0400
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1
(#2091)
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.10.0 to 3.10.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
-
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.10.0...maven-javadoc-plugin-3.10.1)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
parent/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index a1a9d2f441..7dfda5c587 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2002,7 +2002,7 @@
<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.10.0</version>
+ <version>3.10.1</version>
</dependency>
<dependency>
<groupId>org.ehcache</groupId>
diff --git a/pom.xml b/pom.xml
index 93f5f32157..3b337af9f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -472,7 +472,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.10.0</version>
+ <version>3.10.1</version>
<configuration>
<attach>true</attach>
<source>${cxf.jdk.version}</source>