|
41 | 41 | <aspectj.version>1.9.24</aspectj.version>
|
42 | 42 | <jakarta-jms.version>3.1.0</jakarta-jms.version>
|
43 | 43 | <slf4j.version>2.0.17</slf4j.version>
|
44 |
| - <spring.version>6.2.6</spring.version> |
| 44 | + <spring.version>6.2.7</spring.version> |
45 | 45 |
|
46 | 46 | <!-- Test dependency versions, matched to Spring Boot -->
|
47 |
| - <hamcrest.version>2.2</hamcrest.version> |
48 |
| - <junit-jupiter.version>5.11.4</junit-jupiter.version> |
| 47 | + <hamcrest.version>3.0</hamcrest.version> |
| 48 | + <junit-jupiter.version>5.12.1</junit-jupiter.version> |
49 | 49 | <logback.version>1.5.18</logback.version>
|
50 |
| - <mockito.version>5.14.2</mockito.version> |
| 50 | + <mockito.version>5.17.0</mockito.version> |
51 | 51 |
|
52 | 52 | <!-- Plugin versions -->
|
53 | 53 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
| 54 | + <central-publishing-plugin.version>0.7.0</central-publishing-plugin.version> |
54 | 55 | <checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
|
55 | 56 | <dependency-check-maven.version>12.1.1</dependency-check-maven.version>
|
56 | 57 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
|
|
66 | 67 | <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
|
67 | 68 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
68 | 69 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
|
69 |
| - <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> |
70 |
| - <pitest-maven.version>1.19.1</pitest-maven.version> |
| 70 | + <pitest-maven.version>1.19.4</pitest-maven.version> |
71 | 71 | <spotbugs.version>4.9.3.0</spotbugs.version>
|
72 | 72 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
|
73 | 73 |
|
74 | 74 | <!-- Plugin dependencies -->
|
75 |
| - <checkstyle.version>10.23.1</checkstyle.version> |
| 75 | + <checkstyle.version>10.24.0</checkstyle.version> |
76 | 76 | <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
|
77 | 77 | <findbugs-sec-bug-pattern.version>1.14.0</findbugs-sec-bug-pattern.version>
|
78 |
| - <pitest-junit5-plugin.version>1.2.2</pitest-junit5-plugin.version> |
| 78 | + <pitest-junit5-plugin.version>1.2.3</pitest-junit5-plugin.version> |
79 | 79 | <pmd.version>7.13.0</pmd.version>
|
80 | 80 | </properties>
|
81 | 81 |
|
|
245 | 245 | </dependencies>
|
246 | 246 | </plugin>
|
247 | 247 | <plugin>
|
248 |
| - <groupId>org.sonatype.plugins</groupId> |
249 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
250 |
| - <version>${nexus-staging-plugin.version}</version> |
| 248 | + <groupId>org.sonatype.central</groupId> |
| 249 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 250 | + <version>${central-publishing-plugin.version}</version> |
251 | 251 | </plugin>
|
252 | 252 | </plugins>
|
253 | 253 | </pluginManagement>
|
|
717 | 717 | <!-- Version defined in pluginManagement section -->
|
718 | 718 | </plugin>
|
719 | 719 | <plugin>
|
720 |
| - <groupId>org.sonatype.plugins</groupId> |
721 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 720 | + <groupId>org.sonatype.central</groupId> |
| 721 | + <artifactId>central-publishing-maven-plugin</artifactId> |
722 | 722 | <extensions>true</extensions>
|
723 | 723 | <configuration>
|
724 |
| - <serverId>ossrh</serverId> |
725 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
726 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 724 | + <publishingServerId>central</publishingServerId> |
| 725 | + <autoPublish>true</autoPublish> |
| 726 | + <waitUntil>published</waitUntil> |
727 | 727 | </configuration>
|
728 | 728 | <!-- Version defined in pluginManagement section -->
|
729 | 729 | </plugin>
|
|
754 | 754 | <id>github</id>
|
755 | 755 | <url>https://github.com/spt-development/spt-development-cid-jms-spring</url>
|
756 | 756 | </site>
|
757 |
| - <repository> |
758 |
| - <id>ossrh</id> |
759 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
760 |
| - </repository> |
761 |
| - <snapshotRepository> |
762 |
| - <id>ossrh</id> |
763 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
764 |
| - </snapshotRepository> |
765 | 757 | </distributionManagement>
|
766 | 758 | </project>
|
0 commit comments