fix: pom.xml to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044
This commit is contained in:
snyk-bot 2022-07-23 00:14:44 +00:00
parent 6f573072ca
commit e8055d01d6
No known key found for this signature in database
GPG key ID: 5D98975276F8B078

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>