Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mengdaming committed Dec 9, 2024
1 parent 1a61935 commit f4e11b2
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 200 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 f4e11b2

Please sign in to comment.