Skip to content

Commit

Permalink
Update Maven Resolver API to 1.9.22
Browse files Browse the repository at this point in the history
This should reduce our memory consumption when resolving the model.
  • Loading branch information
gsmet committed Aug 8, 2024
1 parent 4ad4bba commit d15a99b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion independent-projects/bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<maven-core.version>3.9.8</maven-core.version><!-- Keep in sync with sisu.version -->
<sisu.version>0.9.0.M3</sisu.version><!-- Keep in sync with maven-core.version -->
<maven-plugin-annotations.version>3.13.0</maven-plugin-annotations.version>
<maven-resolver.version>1.9.20</maven-resolver.version>
<maven-resolver.version>1.9.22</maven-resolver.version>
<maven-shared-utils.version>3.4.2</maven-shared-utils.version> <!-- Keep in sync with maven-core.version (force this version on maven-invoker) -->
<maven-wagon.version>3.5.3</maven-wagon.version>
<httpcore.version>4.4.16</httpcore.version><!-- Keep in sync with maven-wagon.version (wagon-http 3.4.3 brings in 4.4.13 and 4.4.14) -->
Expand Down

0 comments on commit d15a99b

Please sign in to comment.