lwhhszx 1 rok pred
rodič
commit
810bf391f9
1 zmenil súbory, kde vykonal 7 pridanie a 2 odobranie
  1. 7 2
      pom.xml

+ 7 - 2
pom.xml

@@ -22,7 +22,7 @@
         <mybatisplus.version>3.5.3.1</mybatisplus.version>
         <google.code.gson.version>2.7</google.code.gson.version>
         <hutool.version>5.6.5</hutool.version>
-        <okhttps.version>3.1.1</okhttps.version>
+        <okhttps.version>4.10.0</okhttps.version>
         <poi.version>4.1.2</poi.version>
         <poi-tl.version>1.10.3</poi-tl.version>
         <druid.version>1.1.20</druid.version>
@@ -85,7 +85,12 @@
         <dependency>
             <groupId>com.ejlchina</groupId>
             <artifactId>okhttps</artifactId>
-            <version>${okhttps.version}</version>
+            <version>3.1.1</version>
+        </dependency>
+        <dependency>
+            <groupId>com.squareup.okhttp3</groupId>
+            <artifactId>okhttp</artifactId>
+            <version>3.14.9</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>