Skip to content

Commit

Permalink
2024-10-28 08:30:34
Browse files Browse the repository at this point in the history
  • Loading branch information
yingzhuo committed Oct 28, 2024
1 parent 1c231d8 commit 3786052
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 @@ -340,7 +340,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.0</version>
<version>3.10.1</version>
<configuration>
<encoding>${encoding}</encoding>
<doclint>none</doclint>
Expand Down Expand Up @@ -396,7 +396,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<skipTests>false</skipTests>
</configuration>
Expand Down

0 comments on commit 3786052

Please sign in to comment.