mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-02 11:22:01 +01:00
Attempt upgrade of resolver libraries
By: md_5 <git@md-5.net>
This commit is contained in:
parent
c90e518928
commit
b1cb1a8a1e
@ -240,19 +240,19 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-resolver-provider</artifactId>
|
||||
<version>3.8.5</version>
|
||||
<version>3.9.6</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.resolver</groupId>
|
||||
<artifactId>maven-resolver-connector-basic</artifactId>
|
||||
<version>1.7.3</version>
|
||||
<version>1.9.18</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.resolver</groupId>
|
||||
<artifactId>maven-resolver-transport-http</artifactId>
|
||||
<version>1.7.3</version>
|
||||
<version>1.9.18</version>
|
||||
<scope>runtime</scope>
|
||||
</dependency>
|
||||
<!-- annotations -->
|
||||
|
Loading…
Reference in New Issue
Block a user