From 8497521390172087aab0b1ba37a9430f7669a217 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Oct 2022 18:03:36 +0000 Subject: [PATCH] fix: pom.xml to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JAVA-COMSQUAREUPOKHTTP3-2958044 - https://snyk.io/vuln/SNYK-JAVA-ORGJETBRAINSKOTLIN-2628385 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 621dc81..7e7690f 100644 --- a/pom.xml +++ b/pom.xml @@ -39,19 +39,19 @@ org.jetbrains.kotlin kotlin-stdlib-jdk8 - 1.4.31 + 1.6.0 compile com.squareup.okhttp3 okhttp - 4.9.1 + 4.10.0 runtime com.squareup.okhttp3 logging-interceptor - 4.9.1 + 4.9.2 runtime