Skip to content

Commit

Permalink
Merge pull request #175 from barend/dependabot/maven/org.apache.maven…
Browse files Browse the repository at this point in the history
….plugins-maven-javadoc-plugin-3.11.2
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
2 parents ee49ec4 + fee2e4d commit 298fcca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
<plugin>
<!-- Javadoc generation fails on JDK 16 when using the inherited plugin configuration. -->
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.2</version>
<configuration>
<!-- https://stackoverflow.com/a/66170815/49489 -->
<source>8</source>
Expand Down Expand Up @@ -250,7 +250,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 298fcca

Please sign in to comment.