|
61 | 61 | <dependency> |
62 | 62 | <groupId>com.squareup.retrofit2</groupId> |
63 | 63 | <artifactId>retrofit</artifactId> |
64 | | - <version>2.7.2</version> |
| 64 | + <version>2.6.4</version> |
65 | 65 | </dependency> |
66 | 66 | <dependency> |
67 | 67 | <groupId>com.squareup.okhttp3</groupId> |
68 | 68 | <artifactId>okhttp</artifactId> |
69 | | - <version>3.12.6</version> |
| 69 | + <version>3.12.12</version> |
70 | 70 | </dependency> |
71 | 71 | <dependency> |
72 | 72 | <groupId>com.squareup.okhttp3</groupId> |
73 | 73 | <artifactId>logging-interceptor</artifactId> |
74 | | - <version>3.12.2</version> |
| 74 | + <version>3.12.12</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>com.squareup.okhttp3</groupId> |
78 | 78 | <artifactId>okhttp-urlconnection</artifactId> |
79 | | - <version>3.12.2</version> |
| 79 | + <version>3.12.12</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>com.squareup.okhttp3</groupId> |
|
86 | 86 | <dependency> |
87 | 87 | <groupId>com.squareup.retrofit2</groupId> |
88 | 88 | <artifactId>converter-jackson</artifactId> |
89 | | - <version>2.7.2</version> |
| 89 | + <version>2.6.4</version> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>com.fasterxml.jackson.core</groupId> |
|
116 | 116 | <dependency> |
117 | 117 | <groupId>com.squareup.retrofit2</groupId> |
118 | 118 | <artifactId>adapter-rxjava</artifactId> |
119 | | - <version>2.7.2</version> |
| 119 | + <version>2.6.4</version> |
120 | 120 | </dependency> |
121 | 121 | <dependency> |
122 | 122 | <groupId>org.slf4j</groupId> |
|
0 commit comments