|
57 | 57 |
|
58 | 58 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
59 | 59 | <maven-exec-plugin.version>1.6.0</maven-exec-plugin.version> |
60 | | - <maven-surefire-plugin.version>3.5.5</maven-surefire-plugin.version> |
61 | | - <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version> |
| 60 | + <maven-surefire-plugin.version>3.5.6</maven-surefire-plugin.version> |
| 61 | + <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version> |
62 | 62 | <maven-source-plugin.version>3.4.0</maven-source-plugin.version> |
63 | 63 | <maven-javadoc-plugin.version>3.12.0</maven-javadoc-plugin.version> |
64 | 64 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version> |
|
68 | 68 | <maven-jar-plugin.version>3.5.0</maven-jar-plugin.version> |
69 | 69 | <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
70 | 70 | <maven-install-plugin.version>2.5.2</maven-install-plugin.version> |
71 | | - <maven-site-plugin.version>3.21.0</maven-site-plugin.version> |
| 71 | + <maven-site-plugin.version>3.22.0</maven-site-plugin.version> |
72 | 72 | <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version> |
73 | 73 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
74 | | - <dependency-check-maven.version>12.2.0</dependency-check-maven.version> |
| 74 | + <dependency-check-maven.version>12.2.2</dependency-check-maven.version> |
75 | 75 | <gitflow-maven-plugin.version>1.21.0</gitflow-maven-plugin.version> |
76 | | - <sonar-maven-plugin.version>5.5.0.6356</sonar-maven-plugin.version> |
| 76 | + <sonar-maven-plugin.version>5.6.0.6792</sonar-maven-plugin.version> |
77 | 77 | <prettier-java.version>2.1.0</prettier-java.version> |
78 | 78 | <prettier-maven-plugin.version>0.22</prettier-maven-plugin.version> |
79 | 79 | <plugin.prettier.goal>write</plugin.prettier.goal> |
80 | 80 | <jacoco-maven-plugin.version>0.8.14</jacoco-maven-plugin.version> |
81 | | - <jreleaser-maven-plugin.version>1.23.0</jreleaser-maven-plugin.version> |
| 81 | + <jreleaser-maven-plugin.version>1.24.0</jreleaser-maven-plugin.version> |
82 | 82 | <!-- empty argLine property, the value is set up by Jacoco during unit tests execution --> |
83 | 83 | <argLine /> |
84 | 84 |
|
85 | 85 | <!-- Unit test frameworks versions --> |
86 | 86 | <assertj.core.version>3.27.7</assertj.core.version> |
87 | | - <junit.version>6.0.3</junit.version> |
88 | | - <slf4j.version>2.0.17</slf4j.version> |
| 87 | + <junit.version>6.1.0</junit.version> |
| 88 | + <slf4j.version>2.0.18</slf4j.version> |
89 | 89 |
|
90 | 90 | </properties> |
91 | 91 |
|
|
0 commit comments