|
14 | 14 |
|
15 | 15 | <properties>
|
16 | 16 | <okhttp2-version>2.7.5</okhttp2-version>
|
17 |
| - <okhttp3-version>3.12.0</okhttp3-version> |
| 17 | + <okhttp3-version>4.8.1</okhttp3-version> |
18 | 18 | <google-api-client-version>1.23.0</google-api-client-version>
|
19 |
| - <feign-version>9.4.0</feign-version> |
| 19 | + <feign-version>9.7.0</feign-version> |
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
21 | 21 | <gpg.signature.skip>false</gpg.signature.skip>
|
22 | 22 | </properties>
|
|
62 | 62 | <dependency>
|
63 | 63 | <groupId>org.apache.httpcomponents</groupId>
|
64 | 64 | <artifactId>httpclient</artifactId>
|
65 |
| - <version>4.5.5</version> |
| 65 | + <version>4.5.12</version> |
66 | 66 | <scope>provided</scope>
|
67 | 67 | </dependency>
|
68 | 68 |
|
|
97 | 97 | <dependency>
|
98 | 98 | <groupId>junit</groupId>
|
99 | 99 | <artifactId>junit</artifactId>
|
100 |
| - <version>4.12</version> |
| 100 | + <version>4.13</version> |
101 | 101 | <scope>test</scope>
|
102 | 102 | </dependency>
|
103 | 103 |
|
104 | 104 | <dependency>
|
105 | 105 | <groupId>org.mockito</groupId>
|
106 | 106 | <artifactId>mockito-core</artifactId>
|
107 |
| - <version>2.25.1</version> |
| 107 | + <version>3.5.5</version> |
108 | 108 | <scope>test</scope>
|
109 | 109 | </dependency>
|
110 | 110 |
|
111 | 111 | <dependency>
|
112 | 112 | <groupId>commons-io</groupId>
|
113 | 113 | <artifactId>commons-io</artifactId>
|
114 |
| - <version>2.6</version> |
| 114 | + <version>2.7</version> |
115 | 115 | <scope>test</scope>
|
116 | 116 | </dependency>
|
117 | 117 |
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>com.google.code.gson</groupId>
|
120 | 120 | <artifactId>gson</artifactId>
|
121 |
| - <version>2.8.5</version> |
| 121 | + <version>2.8.6</version> |
122 | 122 | <scope>test</scope>
|
123 | 123 | </dependency>
|
124 | 124 |
|
125 | 125 | <dependency>
|
126 | 126 | <groupId>com.fasterxml.jackson.core</groupId>
|
127 | 127 | <artifactId>jackson-databind</artifactId>
|
128 |
| - <version>2.10.0</version> |
| 128 | + <version>2.11.2</version> |
129 | 129 | <scope>test</scope>
|
130 | 130 | </dependency>
|
131 | 131 |
|
|
139 | 139 | <dependency>
|
140 | 140 | <groupId>org.codehaus.jettison</groupId>
|
141 | 141 | <artifactId>jettison</artifactId>
|
142 |
| - <version>1.4.0</version> |
| 142 | + <version>1.4.1</version> |
143 | 143 | <scope>test</scope>
|
144 | 144 | </dependency>
|
145 | 145 |
|
146 | 146 | <dependency>
|
147 | 147 | <groupId>org.json</groupId>
|
148 | 148 | <artifactId>json</artifactId>
|
149 |
| - <version>20180813</version> |
| 149 | + <version>20200518</version> |
150 | 150 | <scope>test</scope>
|
151 | 151 | </dependency>
|
152 | 152 |
|
|
230 | 230 | <plugin>
|
231 | 231 | <groupId>org.apache.maven.plugins</groupId>
|
232 | 232 | <artifactId>maven-source-plugin</artifactId>
|
233 |
| - <version>3.1.0</version> |
| 233 | + <version>3.2.1</version> |
234 | 234 | <executions>
|
235 | 235 | <execution>
|
236 | 236 | <id>attach-sources</id>
|
|
243 | 243 | <plugin>
|
244 | 244 | <groupId>org.apache.maven.plugins</groupId>
|
245 | 245 | <artifactId>maven-javadoc-plugin</artifactId>
|
246 |
| - <version>3.1.1</version> |
| 246 | + <version>3.2.0</version> |
247 | 247 | <executions>
|
248 | 248 | <execution>
|
249 | 249 | <id>generate-javadoc</id>
|
|
0 commit comments