Skip to content

Commit

Permalink
fix: fix okHttp version 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
furkankayam committed May 4, 2024
1 parent f730925 commit 391169c
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
Expand Up @@ -6,7 +6,7 @@

<groupId>org.furkankayam</groupId>
<artifactId>tc-validation</artifactId>
<version>1.0</version>
<version>2.0</version>
<packaging>jar</packaging>

<distributionManagement>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.10.0</version>
<version>5.0.0-alpha.14</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 391169c

Please sign in to comment.