Skip to content

Commit

Permalink
Fix misspelled property name in POM (#531)
Browse files Browse the repository at this point in the history
Change all instances of 'ohttp' to 'okhttp'
sleberknight authored Dec 3, 2024
1 parent 2993518 commit bbffb45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@
<jakarta.persistence-api.version>3.2.0</jakarta.persistence-api.version>

<!-- This version must match the okhttp version in kiwi-bom. TODO: Consider adding this to kiwi-bom. -->
<ohttp3.mockwebserver.version>4.12.0</ohttp3.mockwebserver.version>
<okhttp3.mockwebserver.version>4.12.0</okhttp3.mockwebserver.version>

<xmlunit.version>2.10.0</xmlunit.version>

@@ -196,7 +196,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>mockwebserver</artifactId>
<version>${ohttp3.mockwebserver.version}</version>
<version>${okhttp3.mockwebserver.version}</version>
<scope>provided</scope>
</dependency>

0 comments on commit bbffb45

Please sign in to comment.