This commit is contained in:
Erik C. Thauvin 2022-07-22 17:14:46 -07:00 committed by GitHub
commit 03d6dd982b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -45,13 +45,13 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
<scope>runtime</scope>
</dependency>
<dependency>