|
19 | 19 |
|
20 | 20 | <groupId>com.google.firebase</groupId> |
21 | 21 | <artifactId>firebase-admin</artifactId> |
22 | | - <version>9.5.0</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.2.1.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.11.2</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> |
|
215 | 208 | <plugin> |
216 | 209 | <groupId>org.codehaus.mojo</groupId> |
217 | 210 | <artifactId>exec-maven-plugin</artifactId> |
218 | | - <version>3.5.0</version> |
| 211 | + <version>3.5.1</version> |
219 | 212 | <executions> |
220 | 213 | <execution> |
221 | 214 | <phase>test</phase> |
|
280 | 273 | <!-- Test Phase --> |
281 | 274 | <plugin> |
282 | 275 | <artifactId>maven-surefire-plugin</artifactId> |
283 | | - <version>3.5.3</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.11.2</version> |
| 297 | + <version>3.11.3</version> |
305 | 298 | <executions> |
306 | 299 | <execution> |
307 | 300 | <id>attach-javadocs</id> |
|
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> |
|
385 | 378 | <dependency> |
386 | 379 | <groupId>com.google.cloud</groupId> |
387 | 380 | <artifactId>libraries-bom</artifactId> |
388 | | - <version>26.59.0</version> |
| 381 | + <version>26.67.0</version> |
389 | 382 | <type>pom</type> |
390 | 383 | <scope>import</scope> |
391 | 384 | </dependency> |
|
0 commit comments