Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Dec 10, 2024
1 parent 730d468 commit 5732f7e
Show file tree
Hide file tree
Showing 3 changed files with 195 additions and 211 deletions.
6 changes: 3 additions & 3 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<configuration>
<show>public</show>
<nohelp>true</nohelp>
Expand All @@ -86,7 +86,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.21.0</version>
<version>4.0.0-M16</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -119,7 +119,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.5.0</version>
<version>3.6.3</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down
1 change: 1 addition & 0 deletions typescript/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**/node_modules/
**/test_results/
**/coverage/
**/reports/
.pnp.*
.yarn/
.yarnrc.yml
Expand Down
Loading

0 comments on commit 5732f7e

Please sign in to comment.