This is an automated email from the ASF dual-hosted git repository.

bmarwell pushed a commit to branch 1.9.x
in repository https://gitbox.apache.org/repos/asf/shiro.git


The following commit(s) were added to refs/heads/1.9.x by this push:
     new 6200707  [SHIRO-844] update maven-javadoc-plugin.
     new 9017cb4  Merge pull request #333 from bmarwell/SHIRO-844_javadocplugin
6200707 is described below

commit 6200707ef4b0490e52d5e8930d326b92d87a13c4
Author: Benjamin Marwell <[email protected]>
AuthorDate: Sat Jan 15 13:30:12 2022 +0100

    [SHIRO-844] update maven-javadoc-plugin.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e23944a..9f6b4f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,7 +256,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.1.0</version>
+                    <version>3.3.1</version>
                     <configuration>
                         <source>${jdk.version}</source>
                         <attach>true</attach>

Reply via email to