This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git
The following commit(s) were added to refs/heads/develop by this push:
new c4d5324 chore(deps): bump
org.apache.maven.plugins:maven-javadoc-plugin (#142)
c4d5324 is described below
commit c4d5324bb50d8d4fde7109d95801de3f94a23042
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon May 18 10:42:34 2026 +0200
chore(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#142)
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.11.1 to 3.12.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
-
[Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.11.1...maven-javadoc-plugin-3.12.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-version: 3.12.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
code-generation/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index af6e3e1..021d345 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -172,7 +172,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>3.11.1</version>
+ <version>3.12.0</version>
<configuration>
<source>8</source>
</configuration>