|
19 | 19 |
|
20 | 20 | <groupId>com.google.firebase</groupId> |
21 | 21 | <artifactId>firebase-admin</artifactId> |
22 | | - <version>9.4.1</version> |
| 22 | + <version>9.6.0</version> |
23 | 23 | <packaging>jar</packaging> |
24 | 24 |
|
25 | 25 | <name>firebase-admin</name> |
|
59 | 59 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
60 | 60 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
61 | 61 | <skipUTs>${skipTests}</skipUTs> |
62 | | - <netty.version>4.1.114.Final</netty.version> |
| 62 | + <netty.version>4.2.6.Final</netty.version> |
63 | 63 | </properties> |
64 | 64 |
|
65 | 65 | <scm> |
|
69 | 69 | <tag>HEAD</tag> |
70 | 70 | </scm> |
71 | 71 |
|
72 | | - <distributionManagement> |
73 | | - <snapshotRepository> |
74 | | - <id>ossrh</id> |
75 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
76 | | - </snapshotRepository> |
77 | | - </distributionManagement> |
78 | | - |
79 | 72 | <profiles> |
80 | 73 | <profile> |
81 | 74 | <id>devsite-apidocs</id> |
|
89 | 82 | <plugin> |
90 | 83 | <!-- Generate API docs using Doclava for the developer site --> |
91 | 84 | <artifactId>maven-javadoc-plugin</artifactId> |
92 | | - <version>3.10.1</version> |
| 85 | + <version>3.11.3</version> |
93 | 86 | <executions> |
94 | 87 | <execution> |
95 | 88 | <phase>site</phase> |
|
157 | 150 | <plugins> |
158 | 151 | <plugin> |
159 | 152 | <artifactId>maven-gpg-plugin</artifactId> |
160 | | - <version>3.2.7</version> |
| 153 | + <version>3.2.8</version> |
161 | 154 | <executions> |
162 | 155 | <execution> |
163 | 156 | <id>sign-artifacts</id> |
|
189 | 182 | <plugin> |
190 | 183 | <groupId>org.jacoco</groupId> |
191 | 184 | <artifactId>jacoco-maven-plugin</artifactId> |
192 | | - <version>0.8.12</version> |
| 185 | + <version>0.8.13</version> |
193 | 186 | <executions> |
194 | 187 | <execution> |
195 | 188 | <id>pre-unit-test</id> |
|
215 | 208 | <plugin> |
216 | 209 | <groupId>org.codehaus.mojo</groupId> |
217 | 210 | <artifactId>exec-maven-plugin</artifactId> |
218 | | - <version>3.4.1</version> |
| 211 | + <version>3.5.1</version> |
219 | 212 | <executions> |
220 | 213 | <execution> |
221 | 214 | <phase>test</phase> |
|
270 | 263 | <!-- Compile Phase --> |
271 | 264 | <plugin> |
272 | 265 | <artifactId>maven-compiler-plugin</artifactId> |
273 | | - <version>3.13.0</version> |
| 266 | + <version>3.14.0</version> |
274 | 267 | <configuration> |
275 | 268 | <source>1.8</source> |
276 | 269 | <target>1.8</target> |
|
280 | 273 | <!-- Test Phase --> |
281 | 274 | <plugin> |
282 | 275 | <artifactId>maven-surefire-plugin</artifactId> |
283 | | - <version>3.5.1</version> |
| 276 | + <version>3.5.4</version> |
284 | 277 | <configuration> |
285 | 278 | <skipTests>${skipUTs}</skipTests> |
286 | 279 | </configuration> |
|
301 | 294 | </plugin> |
302 | 295 | <plugin> |
303 | 296 | <artifactId>maven-javadoc-plugin</artifactId> |
304 | | - <version>3.10.1</version> |
| 297 | + <version>3.11.3</version> |
305 | 298 | <executions> |
306 | 299 | <execution> |
307 | 300 | <id>attach-javadocs</id> |
|
337 | 330 | <!-- Verify Phase --> |
338 | 331 | <plugin> |
339 | 332 | <artifactId>maven-failsafe-plugin</artifactId> |
340 | | - <version>3.5.1</version> |
| 333 | + <version>3.5.3</version> |
341 | 334 | <executions> |
342 | 335 | <execution> |
343 | 336 | <goals> |
|
350 | 343 |
|
351 | 344 | <!-- Deploy Phase --> |
352 | 345 | <plugin> |
353 | | - <groupId>org.sonatype.plugins</groupId> |
354 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
355 | | - <version>1.7.0</version> |
| 346 | + <groupId>org.sonatype.central</groupId> |
| 347 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 348 | + <version>0.8.0</version> |
356 | 349 | <extensions>true</extensions> |
357 | 350 | <configuration> |
358 | | - <serverId>ossrh</serverId> |
359 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
360 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 351 | + <publishingServerId>central</publishingServerId> |
| 352 | + <autoPublish>true</autoPublish> |
| 353 | + <waitUntil>published</waitUntil> |
361 | 354 | </configuration> |
362 | 355 | </plugin> |
363 | 356 | </plugins> |
|
367 | 360 | <plugins> |
368 | 361 | <plugin> |
369 | 362 | <artifactId>maven-project-info-reports-plugin</artifactId> |
370 | | - <version>3.8.0</version> |
| 363 | + <version>3.9.0</version> |
371 | 364 | <reportSets> |
372 | 365 | <reportSet> |
373 | 366 | <configuration> |
|
385 | 378 | <dependency> |
386 | 379 | <groupId>com.google.cloud</groupId> |
387 | 380 | <artifactId>libraries-bom</artifactId> |
388 | | - <version>26.49.0</version> |
389 | | - <type>pom</type> |
390 | | - <scope>import</scope> |
391 | | - </dependency> |
392 | | - <dependency> |
393 | | - <groupId>com.google.api-client</groupId> |
394 | | - <artifactId>google-api-client-bom</artifactId> |
395 | | - <version>2.7.0</version> |
| 381 | + <version>26.67.0</version> |
396 | 382 | <type>pom</type> |
397 | 383 | <scope>import</scope> |
398 | 384 | </dependency> |
|
401 | 387 |
|
402 | 388 | <dependencies> |
403 | 389 | <!-- Google Cloud Platform dependencies --> |
| 390 | + <dependency> |
| 391 | + <groupId>com.google.auth</groupId> |
| 392 | + <artifactId>google-auth-library-oauth2-http</artifactId> |
| 393 | + </dependency> |
404 | 394 | <dependency> |
405 | 395 | <groupId>com.google.api-client</groupId> |
406 | 396 | <artifactId>google-api-client</artifactId> |
|
417 | 407 | <groupId>com.google.api</groupId> |
418 | 408 | <artifactId>api-common</artifactId> |
419 | 409 | </dependency> |
420 | | - <dependency> |
421 | | - <groupId>com.google.auth</groupId> |
422 | | - <artifactId>google-auth-library-oauth2-http</artifactId> |
423 | | - </dependency> |
424 | 410 | <dependency> |
425 | 411 | <groupId>com.google.cloud</groupId> |
426 | 412 | <artifactId>google-cloud-storage</artifactId> |
|
438 | 424 | <dependency> |
439 | 425 | <groupId>org.slf4j</groupId> |
440 | 426 | <artifactId>slf4j-api</artifactId> |
441 | | - <version>2.0.16</version> |
| 427 | + <version>2.0.17</version> |
442 | 428 | </dependency> |
443 | 429 | <dependency> |
444 | 430 | <groupId>io.netty</groupId> |
|
0 commit comments