|
12 | 12 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
13 | 13 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
14 | 14 | <okhttp.version>4.12.0</okhttp.version> |
15 | | - <gson.version>2.9.0</gson.version> |
| 15 | + <gson.version>2.13.1</gson.version> |
16 | 16 | </properties> |
17 | 17 | <licenses> |
18 | 18 | <license> |
|
59 | 59 | <plugin> |
60 | 60 | <groupId>org.apache.maven.plugins</groupId> |
61 | 61 | <artifactId>maven-source-plugin</artifactId> |
62 | | - <version>3.2.0</version> |
| 62 | + <version>3.4.0</version> |
63 | 63 | <executions> |
64 | 64 | <execution> |
65 | 65 | <id>attach-sources</id> |
|
72 | 72 | <plugin> |
73 | 73 | <groupId>org.apache.maven.plugins</groupId> |
74 | 74 | <artifactId>maven-javadoc-plugin</artifactId> |
75 | | - <version>3.3.1</version> |
| 75 | + <version>3.12.0</version> |
76 | 76 | <executions> |
77 | 77 | <execution> |
78 | 78 | <id>attach-javadocs</id> |
|
85 | 85 | <plugin> |
86 | 86 | <groupId>org.apache.maven.plugins</groupId> |
87 | 87 | <artifactId>maven-gpg-plugin</artifactId> |
88 | | - <version>3.0.1</version> |
| 88 | + <version>3.2.8</version> |
89 | 89 | <executions> |
90 | 90 | <execution> |
91 | 91 | <id>sign-artifacts</id> |
|
113 | 113 | <plugin> |
114 | 114 | <groupId>org.apache.maven.plugins</groupId> |
115 | 115 | <artifactId>maven-surefire-plugin</artifactId> |
116 | | - <version>3.0.0</version> |
| 116 | + <version>3.5.5</version> |
117 | 117 | <configuration> |
118 | 118 | <skip>true</skip> |
119 | 119 | </configuration> |
|
153 | 153 | <dependency> |
154 | 154 | <groupId>com.squareup.okio</groupId> |
155 | 155 | <artifactId>okio</artifactId> |
156 | | - <version>3.7.0</version> |
| 156 | + <version>3.12.0</version> |
157 | 157 | <scope>compile</scope> |
158 | 158 | </dependency> |
159 | 159 | <dependency> |
160 | 160 | <groupId>com.google.code.gson</groupId> |
161 | 161 | <artifactId>gson</artifactId> |
162 | | - <version>2.9.0</version> |
| 162 | + <version>${gson.version}</version> |
163 | 163 | <scope>compile</scope> |
164 | 164 | </dependency> |
165 | 165 | <dependency> |
|
189 | 189 | <dependency> |
190 | 190 | <groupId>commons-codec</groupId> |
191 | 191 | <artifactId>commons-codec</artifactId> |
192 | | - <version>1.15</version> |
| 192 | + <version>1.21.0</version> |
193 | 193 | <scope>test</scope> |
194 | 194 | </dependency> |
195 | 195 | </dependencies> |
|
198 | 198 | <plugin> |
199 | 199 | <groupId>org.apache.maven.plugins</groupId> |
200 | 200 | <artifactId>maven-dependency-plugin</artifactId> |
201 | | - <version>2.5.1</version> |
| 201 | + <version>3.10.0</version> |
202 | 202 | <executions> |
203 | 203 | <execution> |
204 | 204 | <id>copy-agent</id> |
|
223 | 223 | <plugin> |
224 | 224 | <groupId>org.apache.maven.plugins</groupId> |
225 | 225 | <artifactId>maven-surefire-plugin</artifactId> |
226 | | - <version>3.0.0</version> |
| 226 | + <version>3.5.5</version> |
227 | 227 | <configuration> |
228 | 228 | <argLine>-javaagent:"${project.build.directory}/agents/jmockit-1.49.jar"</argLine> |
229 | 229 | </configuration> |
230 | 230 | </plugin> |
231 | 231 | <plugin> |
232 | 232 | <groupId>org.apache.maven.plugins</groupId> |
233 | 233 | <artifactId>maven-compiler-plugin</artifactId> |
234 | | - <version>3.11.0</version> |
| 234 | + <version>3.15.0</version> |
235 | 235 | <configuration> |
236 | 236 | <source>1.8</source> |
237 | 237 | <target>1.8</target> |
|
243 | 243 | <plugin> |
244 | 244 | <groupId>org.apache.maven.plugins</groupId> |
245 | 245 | <artifactId>maven-jar-plugin</artifactId> |
246 | | - <version>3.2.2</version> |
| 246 | + <version>3.5.0</version> |
247 | 247 | <configuration> |
248 | 248 | <archive> |
249 | 249 | <manifest> |
|
256 | 256 | <plugin> |
257 | 257 | <groupId>org.sonatype.plugins</groupId> |
258 | 258 | <artifactId>nexus-staging-maven-plugin</artifactId> |
259 | | - <version>1.6.13</version> |
| 259 | + <version>1.7.0</version> |
260 | 260 | <extensions>true</extensions> |
261 | 261 | <configuration> |
262 | 262 | <serverId>ossrh</serverId> |
|
267 | 267 | <plugin> |
268 | 268 | <groupId>org.apache.felix</groupId> |
269 | 269 | <artifactId>maven-bundle-plugin</artifactId> |
270 | | - <version>3.5.1</version> |
| 270 | + <version>5.1.9</version> |
271 | 271 | <extensions>true</extensions> |
272 | 272 | <configuration> |
273 | 273 | <instructions> |
274 | | - <Import-Package>!com.tinify.*,!org.bouncycastle.jsse.*,!com.experian.b2b.global.mvdam-project.*,!android.*,!javax.annotation.meta.*,!org.conscrypt.*;resolution:=optional,* |
| 274 | + <Import-Package> |
| 275 | + !com.tinify.*, |
| 276 | + !org.bouncycastle.jsse.*, |
| 277 | + !com.experian.b2b.global.mvdam-project.*, |
| 278 | + !android.*, |
| 279 | + !dalvik.*, |
| 280 | + !javax.annotation.meta.*, |
| 281 | + !javax.lang.model.*, |
| 282 | + !kotlin.reflect.jvm.internal.*, |
| 283 | + !org.conscrypt.*, |
| 284 | + !org.openjsse.*, |
| 285 | + sun.misc;resolution:=optional, |
| 286 | + sun.security.ssl;resolution:=optional, |
| 287 | + * |
275 | 288 | </Import-Package> |
276 | 289 | <Embed-Dependency> |
277 | 290 | *;scope=compile|runtime |
|
283 | 296 | <plugin> |
284 | 297 | <groupId>org.apache.maven.plugins</groupId> |
285 | 298 | <artifactId>maven-dependency-plugin</artifactId> |
286 | | - <version>3.6.1</version> |
| 299 | + <version>3.10.0</version> |
| 300 | + </plugin> |
| 301 | + <plugin> |
| 302 | + <groupId>org.apache.maven.plugins</groupId> |
| 303 | + <artifactId>maven-failsafe-plugin</artifactId> |
| 304 | + <version>3.5.5</version> |
| 305 | + <configuration> |
| 306 | + <systemPropertyVariables> |
| 307 | + <project.build.directory>${project.build.directory}</project.build.directory> |
| 308 | + <project.build.finalName>${project.build.finalName}</project.build.finalName> |
| 309 | + </systemPropertyVariables> |
| 310 | + </configuration> |
| 311 | + <executions> |
| 312 | + <execution> |
| 313 | + <goals> |
| 314 | + <goal>integration-test</goal> |
| 315 | + <goal>verify</goal> |
| 316 | + </goals> |
| 317 | + </execution> |
| 318 | + </executions> |
287 | 319 | </plugin> |
288 | 320 | </plugins> |
289 | 321 | </build> |
|
0 commit comments