1 Commits

Author SHA1 Message Date
Renovate Bot
69460861bc chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.11.2 2024-12-12 07:24:51 +00:00
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -13,7 +13,7 @@
},
"overrides": {
"remark-mdx": "3.0.0",
"unified": "11.0.5",
"unified": "11.0.4",
"remark-parse": "11.0.0",
"mdast-util-frontmatter": "2.0.1"
},

View File

@ -63,7 +63,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.3</version>
<version>3.11.2</version>
<configuration>
<stylesheetfile>${project.basedir}/stylesheet/javadoc-stylesheet.css</stylesheetfile>
</configuration>