From 0ba2d5e6e14c357f98b952e6651d0b3b965103fc Mon Sep 17 00:00:00 2001
From: Robin Stocker <rstocker@atlassian.com>
Date: Wed, 1 Mar 2023 15:09:22 +1100
Subject: [PATCH] See if bumping maven-javadoc-plugin fixes build

---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85aec053..e6b44fce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-javadoc-plugin</artifactId>
-                    <version>3.4.1</version>
+                    <version>3.5.0</version>
                     <configuration>
                         <excludePackageNames>*.internal,*.internal.*</excludePackageNames>
                         <!-- The offline links make links from extensions to core work. -->
-- 
GitLab