Skip to content

Commit

Permalink
Use maven 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsuter committed Jul 19, 2024
1 parent b7b4b33 commit 550ce74
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<properties>
<java.version>21</java.version>
<maven.version>3.6.3</maven.version>
<maven.version>3.9.8</maven.version>
<!-- version should match ivy Engine sfl4j version! And version in EngineClassLoaderFactory.SLF4J_VERSION -->
<slf4j.version>2.0.13</slf4j.version>
<site.path>snapshot</site.path>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
<!--NOT provided: will fail on consuming builds -->
</dependency>
<dependency>
Expand Down Expand Up @@ -134,17 +134,17 @@
<version>2.17.2</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpmime</artifactId>
<version>4.5.14</version>
<scope>compile</scope>
</dependency>

<!-- Logging environment: Required for engine classLoader (but not for the plugin runtime itself) -->
<dependency>
Expand Down

0 comments on commit 550ce74

Please sign in to comment.