|
41 | 41 | <aspectj.version>1.9.24</aspectj.version>
|
42 | 42 | <httpcore5.version>5.3.4</httpcore5.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 -->
|
47 |
| - <spt-development-test.version>3.1.17</spt-development-test.version> |
| 47 | + <spt-development-test.version>3.1.18</spt-development-test.version> |
48 | 48 |
|
49 | 49 | <!-- Test dependency versions, matched to Spring Boot -->
|
50 |
| - <hamcrest.version>2.2</hamcrest.version> |
51 |
| - <junit-jupiter.version>5.11.4</junit-jupiter.version> |
| 50 | + <hamcrest.version>3.0</hamcrest.version> |
| 51 | + <junit-jupiter.version>5.12.1</junit-jupiter.version> |
52 | 52 | <logback.version>1.5.18</logback.version>
|
53 |
| - <mockito.version>5.14.2</mockito.version> |
| 53 | + <mockito.version>5.17.0</mockito.version> |
54 | 54 |
|
55 | 55 | <!-- Plugin versions -->
|
56 | 56 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
| 57 | + <central-publishing-plugin.version>0.7.0</central-publishing-plugin.version> |
57 | 58 | <checkstyle-maven-plugin.version>3.6.0</checkstyle-maven-plugin.version>
|
58 | 59 | <dependency-check-maven.version>12.1.1</dependency-check-maven.version>
|
59 | 60 | <jacoco-maven-plugin.version>0.8.13</jacoco-maven-plugin.version>
|
|
69 | 70 | <maven-scm-plugin.version>2.1.0</maven-scm-plugin.version>
|
70 | 71 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
71 | 72 | <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version>
|
72 |
| - <nexus-staging-plugin.version>1.7.0</nexus-staging-plugin.version> |
73 |
| - <pitest-maven.version>1.19.1</pitest-maven.version> |
| 73 | + <pitest-maven.version>1.19.4</pitest-maven.version> |
74 | 74 | <spotbugs.version>4.9.3.0</spotbugs.version>
|
75 | 75 | <versions-maven-plugin.version>2.18.0</versions-maven-plugin.version>
|
76 | 76 |
|
77 | 77 | <!-- Plugin dependencies -->
|
78 |
| - <checkstyle.version>10.23.1</checkstyle.version> |
| 78 | + <checkstyle.version>10.24.0</checkstyle.version> |
79 | 79 | <findbugs-slf4j-bug-pattern.version>1.5.0</findbugs-slf4j-bug-pattern.version>
|
80 | 80 | <findbugs-sec-bug-pattern.version>1.14.0</findbugs-sec-bug-pattern.version>
|
81 |
| - <pitest-junit5-plugin.version>1.2.2</pitest-junit5-plugin.version> |
| 81 | + <pitest-junit5-plugin.version>1.2.3</pitest-junit5-plugin.version> |
82 | 82 | <pmd.version>7.13.0</pmd.version>
|
83 | 83 | </properties>
|
84 | 84 |
|
|
283 | 283 | </dependencies>
|
284 | 284 | </plugin>
|
285 | 285 | <plugin>
|
286 |
| - <groupId>org.sonatype.plugins</groupId> |
287 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
288 |
| - <version>${nexus-staging-plugin.version}</version> |
| 286 | + <groupId>org.sonatype.central</groupId> |
| 287 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 288 | + <version>${central-publishing-plugin.version}</version> |
289 | 289 | </plugin>
|
290 | 290 | </plugins>
|
291 | 291 | </pluginManagement>
|
|
779 | 779 | <!-- Version defined in pluginManagement section -->
|
780 | 780 | </plugin>
|
781 | 781 | <plugin>
|
782 |
| - <groupId>org.sonatype.plugins</groupId> |
783 |
| - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 782 | + <groupId>org.sonatype.central</groupId> |
| 783 | + <artifactId>central-publishing-maven-plugin</artifactId> |
784 | 784 | <extensions>true</extensions>
|
785 | 785 | <configuration>
|
786 |
| - <serverId>ossrh</serverId> |
787 |
| - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
788 |
| - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 786 | + <publishingServerId>central</publishingServerId> |
| 787 | + <autoPublish>true</autoPublish> |
| 788 | + <waitUntil>published</waitUntil> |
789 | 789 | </configuration>
|
790 | 790 | <!-- Version defined in pluginManagement section -->
|
791 | 791 | </plugin>
|
|
816 | 816 | <id>github</id>
|
817 | 817 | <url>https://github.com/spt-development/spt-development-logging-spring</url>
|
818 | 818 | </site>
|
819 |
| - <repository> |
820 |
| - <id>ossrh</id> |
821 |
| - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
822 |
| - </repository> |
823 |
| - <snapshotRepository> |
824 |
| - <id>ossrh</id> |
825 |
| - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
826 |
| - </snapshotRepository> |
827 | 819 | </distributionManagement>
|
828 | 820 | </project>
|
0 commit comments