Skip to content

Commit 24f3787

Browse files
Add OkHttp BOM to manage okhttp and mockwebserver versions
Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent 7bac45a commit 24f3787

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<checkstyle.version>10.6.0</checkstyle.version>
2222
<lifecycle-mapping.version>1.0.0</lifecycle-mapping.version>
2323
<jjwt.version>0.12.6</jjwt.version>
24+
<okhttp.version>5.3.0</okhttp.version>
2425
</properties>
2526
<organization>
2627
<name>Berry Cloud Ltd</name>
@@ -259,6 +260,13 @@
259260
</build>
260261
<dependencyManagement>
261262
<dependencies>
263+
<dependency>
264+
<groupId>com.squareup.okhttp3</groupId>
265+
<artifactId>okhttp-bom</artifactId>
266+
<version>${okhttp.version}</version>
267+
<type>pom</type>
268+
<scope>import</scope>
269+
</dependency>
262270
<dependency>
263271
<groupId>dev.learning.xapi</groupId>
264272
<artifactId>xapi-model</artifactId>

0 commit comments

Comments
 (0)