Skip to content

Commit

Permalink
deps: fix dependency convergence issue
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Jul 3, 2024
1 parent d97ebb5 commit aec2568
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,13 @@
<artifactId>spring-core</artifactId>
<version>${dependency.spring.version}</version>
</dependency>

<!-- pin version to avoid dependency convergence issues -->
<dependency>
<groupId>org.apache.httpcomponents.core5</groupId>
<artifactId>httpcore5</artifactId>
<version>5.2.5</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit aec2568

Please sign in to comment.