|
90 | 90 | <logback.version>1.5.6</logback.version> |
91 | 91 |
|
92 | 92 | <!-- test --> |
93 | | - <junit.version>5.8.1</junit.version> |
94 | | - <hamcrest.version>2.2</hamcrest.version> |
| 93 | + <junit.version>5.13.4</junit.version> |
| 94 | + <hamcrest.version>3.0</hamcrest.version> |
95 | 95 |
|
96 | 96 | <!-- plugin --> |
97 | | - <maven-enforcer-plugin.version>3.3.0</maven-enforcer-plugin.version> |
| 97 | + <maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version> |
98 | 98 | <maven-checkstyle-plugin.version>3.6.0</maven-checkstyle-plugin.version> |
99 | | - <maven-clean-plugin.version>3.1.0</maven-clean-plugin.version> |
100 | | - <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version> |
101 | | - <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version> |
| 99 | + <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
| 100 | + <maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version> |
| 101 | + <maven-surefire-plugin.version>3.5.3</maven-surefire-plugin.version> |
102 | 102 | <maven-jar-plugin.version>3.1.1</maven-jar-plugin.version> |
103 | | - <maven-install-plugin.version>2.5.2</maven-install-plugin.version> |
| 103 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
104 | 104 | <maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version> |
105 | | - <maven-javadoc-plugin.version>3.5.0</maven-javadoc-plugin.version> |
| 105 | + <maven-javadoc-plugin.version>3.11.3</maven-javadoc-plugin.version> |
106 | 106 | <maven-dependency-plugin.version>3.1.1</maven-dependency-plugin.version> |
107 | 107 | <nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version> |
108 | 108 | <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version> |
|
318 | 318 | <dependency> |
319 | 319 | <groupId>org.jetbrains</groupId> |
320 | 320 | <artifactId>annotations</artifactId> |
321 | | - <version>13.0</version> |
| 321 | + <version>26.0.2-1</version> |
322 | 322 | <scope>compile</scope> |
323 | 323 | </dependency> |
324 | 324 | </dependencies> |
|
454 | 454 | <plugin> |
455 | 455 | <groupId>org.apache.maven.plugins</groupId> |
456 | 456 | <artifactId>maven-shade-plugin</artifactId> |
457 | | - <version>3.5.0</version> |
| 457 | + <version>3.6.0</version> |
458 | 458 | <configuration> |
459 | 459 | <createDependencyReducedPom>true</createDependencyReducedPom> |
460 | 460 | </configuration> |
|
0 commit comments