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 3 additions and 3 deletions

Binary file not shown.

View File

@ -42,7 +42,7 @@
"cmdk": "^1.0.0",
"lucide-react": "^0.376.0",
"moment": "^2.30.1",
"next": "14.2.22",
"next": "14.2.3",
"next-plausible": "^3.12.0",
"next-themes": "^0.3.0",
"react": "^18",
@ -64,7 +64,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "8.57.0",
"eslint-config-next": "14.2.22",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"sleep-promise": "^9.1.0",
"tailwindcss": "^3.4.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>