Skip to content

Commit

Permalink
bump spotbugs to 4.8.1 and 4.8.1.0
Browse files Browse the repository at this point in the history
bump maven javadoc plugin to 3.6.2

Signed-off-by: liga-oz <[email protected]>
  • Loading branch information
liga-oz committed Nov 28, 2023
1 parent b75c625 commit f464e27
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 @@ -73,15 +73,15 @@
<javax.servlet.api.version>4.0.1</javax.servlet.api.version>
<junit.version>4.13.2</junit.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
<maven-surefire-plugin>3.1.2</maven-surefire-plugin>
<maven-surefire-plugin>3.2.2</maven-surefire-plugin>
<hamcrest.version>1.3</hamcrest.version>
<mockito.version>4.11.0</mockito.version>
<assertj.version>3.24.2</assertj.version>
<reactor.test.version>3.5.0</reactor.test.version>
<wiremock.version>2.35.0</wiremock.version>
<javax.annotation.version>1.3.2</javax.annotation.version>
<spotbugs.annotations.version>4.7.3</spotbugs.annotations.version>
<spotbugs.version>4.7.3.5</spotbugs.version>
<spotbugs.annotations.version>4.8.1</spotbugs.annotations.version>
<spotbugs.version>4.8.1.0</spotbugs.version>
<skipTests>false</skipTests>
<jacoco.skip>${skipTests}</jacoco.skip>
</properties>
Expand Down Expand Up @@ -406,7 +406,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.2</version>
</plugin>
<plugin>
<groupId>net.revelc.code.formatter</groupId>
Expand Down

0 comments on commit f464e27

Please sign in to comment.