Skip to content

Commit

Permalink
Merge dependabot/maven branches
Browse files Browse the repository at this point in the history
- dependabot/maven/com.github.spotbugs-spotbugs-maven-plugin-4.8.6.2
- dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.8.0
- dependabot/maven/org.apache.maven.plugins-maven-release-plugin-3.1.1
  • Loading branch information
barend committed Jul 23, 2024
4 parents ac02b98 + 569c3c8 + 29229b3 + 5244f46 commit 913d1e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.5.0</version>
<version>4.8.6.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand All @@ -146,7 +146,7 @@
<plugin>
<!-- Javadoc generation fails on JDK 16 when using the inherited plugin configuration. -->
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<!-- https://stackoverflow.com/a/66170815/49489 -->
<source>8</source>
Expand All @@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.1</version>
<configuration>
<arguments>--strict-checksums</arguments>
<autoVersionSubmodules>true</autoVersionSubmodules>
Expand Down Expand Up @@ -250,7 +250,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 913d1e3

Please sign in to comment.