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 b057062 Bump org.apache.maven.plugins:maven-javadoc-plugin from
3.11.1 to 3.11.2
b057062 is described below
commit b057062d09dceea0971bd2a7389a71eb34bbf73f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 09:30:28 2024 +0000
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
Bumps
[org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin)
from 3.11.1 to 3.11.2.
- [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.11.2)
---
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 1425c39..3c4008c 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.11.1</version.plugin.javadoc>
+ <version.plugin.javadoc>3.11.2</version.plugin.javadoc>
<version.tomcat>11.0.1</version.tomcat> <!-- used for EL API + EL impl
in tests -->
</properties>