Skip to content

Commit 391169c

Browse files
author
furkan
committed
fix: fix okHttp version 4.10.0
1 parent f730925 commit 391169c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.furkankayam</groupId>
88
<artifactId>tc-validation</artifactId>
9-
<version>1.0</version>
9+
<version>2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<distributionManagement>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.squareup.okhttp3</groupId>
3131
<artifactId>okhttp</artifactId>
32-
<version>4.10.0</version>
32+
<version>5.0.0-alpha.14</version>
3333
</dependency>
3434

3535
</dependencies>

0 commit comments

Comments
 (0)