|
46 | 46 | <protobuf.version>3.25.5</protobuf.version> |
47 | 47 | <com.google.cloud.version>1.111.1</com.google.cloud.version> |
48 | 48 | <io.prometheus.version>0.8.0</io.prometheus.version> |
49 | | - <byte-buddy.version>1.9.10</byte-buddy.version> |
| 49 | + <byte-buddy.version>1.14.11</byte-buddy.version> |
50 | 50 | <hamcrest.version>1.3</hamcrest.version> |
51 | | - <mockito.version>2.28.2</mockito.version> |
| 51 | + <mockito.version>5.8.0</mockito.version> |
52 | 52 | <!-- OpenCensus is used in grpc and Google's HTTP client libs in Cloud SDKs --> |
53 | 53 | <opencensus.version>0.26.0</opencensus.version> |
54 | 54 | <!-- Force log4j2 to 2.11+ to support objectMessageAsJsonObject --> |
|
439 | 439 | </additionalClasspathElements> |
440 | 440 | </configuration> |
441 | 441 | </plugin> |
442 | | - <!-- nexus-staging-maven-plugin configures Maven to deploy to OSSRH Nexus Repository Manager --> |
| 442 | + <!-- central-publishing-maven-plugin configures Maven to deploy to Sonatype Central Portal --> |
443 | 443 | <plugin> |
444 | | - <groupId>org.sonatype.plugins</groupId> |
445 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
446 | | - <version>1.6.8</version> |
| 444 | + <groupId>org.sonatype.central</groupId> |
| 445 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 446 | + <version>0.6.0</version> |
447 | 447 | <extensions>true</extensions> |
448 | 448 | <configuration> |
449 | | - <serverId>ossrh</serverId> |
450 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
451 | | - <!-- autoReleaseAfterClose is true as the release should be automated via continuous integration --> |
452 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
453 | | - <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> |
| 449 | + <publishingServerId>central</publishingServerId> |
| 450 | + <autoPublish>true</autoPublish> |
454 | 451 | </configuration> |
455 | 452 | </plugin> |
456 | 453 | <!-- |
|
0 commit comments