Bump OkHttp to version 5.0.0

This commit is contained in:
Erik C. Thauvin 2025-07-04 16:57:53 -07:00
parent 73e36905a6
commit 705d89d7cd
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 5 additions and 5 deletions

View file

@ -35,14 +35,14 @@
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
<artifactId>okhttp-jvm</artifactId>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.12.0</version>
<version>5.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>