|
14 | 14 |
|
15 | 15 | <properties> |
16 | 16 | <okhttp3-version>4.12.0</okhttp3-version> |
17 | | - <google-api-client-version>2.4.0</google-api-client-version> |
18 | | - <feign-version>13.2.1</feign-version> |
| 17 | + <google-api-client-version>2.6.0</google-api-client-version> |
| 18 | + <feign-version>13.3</feign-version> |
19 | 19 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
20 | 20 | <gpg.signature.skip>false</gpg.signature.skip> |
21 | 21 | </properties> |
|
57 | 57 | <dependency> |
58 | 58 | <groupId>org.apache.httpcomponents</groupId> |
59 | 59 | <artifactId>httpclient</artifactId> |
60 | | - <version>4.5.13</version> |
| 60 | + <version>4.5.14</version> |
61 | 61 | <scope>provided</scope> |
62 | 62 | </dependency> |
63 | 63 |
|
|
85 | 85 | <dependency> |
86 | 86 | <groupId>junit</groupId> |
87 | 87 | <artifactId>junit</artifactId> |
88 | | - <version>4.13.1</version> |
| 88 | + <version>4.13.2</version> |
89 | 89 | <scope>test</scope> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
92 | 92 | <groupId>org.junit.jupiter</groupId> |
93 | 93 | <artifactId>junit-jupiter-params</artifactId> |
94 | | - <version>5.7.0</version> |
| 94 | + <version>5.10.3</version> |
95 | 95 | <scope>test</scope> |
96 | 96 | </dependency> |
97 | 97 |
|
98 | 98 | <dependency> |
99 | 99 | <groupId>org.mockito</groupId> |
100 | 100 | <artifactId>mockito-core</artifactId> |
101 | | - <version>5.10.0</version> |
| 101 | + <version>5.12.0</version> |
102 | 102 | <scope>test</scope> |
103 | 103 | </dependency> |
104 | 104 |
|
105 | 105 | <dependency> |
106 | 106 | <groupId>commons-io</groupId> |
107 | 107 | <artifactId>commons-io</artifactId> |
108 | | - <version>2.7</version> |
| 108 | + <version>2.16.1</version> |
109 | 109 | <scope>test</scope> |
110 | 110 | </dependency> |
111 | 111 |
|
112 | 112 | <dependency> |
113 | 113 | <groupId>com.google.code.gson</groupId> |
114 | 114 | <artifactId>gson</artifactId> |
115 | | - <version>2.8.9</version> |
| 115 | + <version>2.11.0</version> |
116 | 116 | <scope>test</scope> |
117 | 117 | </dependency> |
118 | 118 |
|
119 | 119 | <dependency> |
120 | 120 | <groupId>com.fasterxml.jackson.core</groupId> |
121 | 121 | <artifactId>jackson-databind</artifactId> |
122 | | - <version>2.13.4.2</version> |
| 122 | + <version>2.17.2</version> |
123 | 123 | <scope>test</scope> |
124 | 124 | </dependency> |
125 | 125 |
|
126 | 126 | <dependency> |
127 | 127 | <groupId>net.minidev</groupId> |
128 | 128 | <artifactId>json-smart</artifactId> |
129 | | - <version>2.5.0</version> |
| 129 | + <version>2.5.1</version> |
130 | 130 | <scope>test</scope> |
131 | 131 | </dependency> |
132 | 132 |
|
|
147 | 147 | <dependency> |
148 | 148 | <groupId>org.skyscreamer</groupId> |
149 | 149 | <artifactId>jsonassert</artifactId> |
150 | | - <version>1.5.0</version> |
| 150 | + <version>1.5.3</version> |
151 | 151 | <scope>test</scope> |
152 | 152 | </dependency> |
153 | 153 | </dependencies> |
|
189 | 189 | <plugin> |
190 | 190 | <groupId>org.apache.maven.plugins</groupId> |
191 | 191 | <artifactId>maven-compiler-plugin</artifactId> |
192 | | - <version>3.12.1</version> |
| 192 | + <version>3.13.0</version> |
193 | 193 | <configuration> |
194 | 194 | <source>1.8</source> |
195 | 195 | <target>1.8</target> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.jacoco</groupId> |
203 | 203 | <artifactId>jacoco-maven-plugin</artifactId> |
204 | | - <version>0.8.7</version> |
| 204 | + <version>0.8.12</version> |
205 | 205 | <executions> |
206 | 206 | <execution> |
207 | 207 | <id>pre-unit-test</id> |
|
221 | 221 | <plugin> |
222 | 222 | <groupId>org.apache.maven.plugins</groupId> |
223 | 223 | <artifactId>maven-gpg-plugin</artifactId> |
224 | | - <version>3.1.0</version> |
| 224 | + <version>3.2.4</version> |
225 | 225 | <executions> |
226 | 226 | <execution> |
227 | 227 | <id>sign-artifacts</id> |
|
238 | 238 | <plugin> |
239 | 239 | <groupId>org.apache.maven.plugins</groupId> |
240 | 240 | <artifactId>maven-source-plugin</artifactId> |
241 | | - <version>3.3.0</version> |
| 241 | + <version>3.3.1</version> |
242 | 242 | <executions> |
243 | 243 | <execution> |
244 | 244 | <id>attach-sources</id> |
|
251 | 251 | <plugin> |
252 | 252 | <groupId>org.apache.maven.plugins</groupId> |
253 | 253 | <artifactId>maven-javadoc-plugin</artifactId> |
254 | | - <version>3.6.3</version> |
| 254 | + <version>3.8.0</version> |
255 | 255 | <executions> |
256 | 256 | <execution> |
257 | 257 | <id>generate-javadoc</id> |
|
0 commit comments