This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bval.git
The following commit(s) were added to refs/heads/master by this push:
new 94eaaf8 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.10.0 to 3.10.1
94eaaf8 is described below
commit 94eaaf8b62adbfb0986b76c1f47497e60f488fbe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 1 09:04:41 2024 +0000
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1
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]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 06c3ccb..ef341d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
<site.server>bval.site</site.server>
<built.by>${user.name}</built.by>
- <version.plugin.javadoc>3.10.0</version.plugin.javadoc>
+ <version.plugin.javadoc>3.10.1</version.plugin.javadoc>
<!-- TODO upgrade to 11.0.x once stable version is released -->
<version.tomcat>10.1.30</version.tomcat> <!-- used for EL API + EL
impl in tests -->
</properties>