Skip to content

Commit

Permalink
Modify okhttp version
Browse files Browse the repository at this point in the history
  • Loading branch information
TQJADE committed Aug 27, 2024
1 parent 00bb1dc commit 79da886
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,8 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>3.13.0</version>
<!--version should be same with https://github.com/apache/spark/blob/0895471ad3b2a82668ea7e83dd20dda6b17f145f/dev/deps/spark-deps-hadoop-3-hive-2.3#L226-->
<version>3.12.12</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 79da886

Please sign in to comment.