Skip to content

Commit

Permalink
Add explicit okhttp3 version since it is not managed by Spring Boot a…
Browse files Browse the repository at this point in the history
…nymore
  • Loading branch information
banterCZ committed Nov 25, 2024
1 parent 58671de commit a917681
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<properties>
<openapi-generator-maven-plugin.version>7.10.0</openapi-generator-maven-plugin.version>

<okhttp3.version>4.12.0</okhttp3.version>
<shedlock.version>6.0.1</shedlock.version>
<spring-statemachine.version>4.0.0</spring-statemachine.version>
<swagger-annotations-jakarta.version>2.2.26</swagger-annotations-jakarta.version>
Expand Down Expand Up @@ -248,6 +249,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>

<!-- Testing -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${okhttp3.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit a917681

Please sign in to comment.