Skip to content

Commit

Permalink
Downgrade maven core and resolver versions (#487)
Browse files Browse the repository at this point in the history
  • Loading branch information
José Pereda authored Sep 14, 2023
1 parent 425d079 commit 2eed868
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<source.plugin.version>3.3.0</source.plugin.version>
<javadoc.plugin.version>3.5.0</javadoc.plugin.version>
<gpg.plugin.version>3.1.0</gpg.plugin.version>
<maven.resolver.version>1.9.15</maven.resolver.version>
<maven.resolver.version>1.7.3</maven.resolver.version>
<substrate.version>0.0.61-SNAPSHOT</substrate.version>
</properties>

Expand All @@ -60,7 +60,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>3.9.4</version>
<version>3.8.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -82,7 +82,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>3.9.4</version>
<version>3.8.8</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 2eed868

Please sign in to comment.