|
75 | 75 |
|
76 | 76 | <!-- Plugin Versions --> |
77 | 77 |
|
78 | | - <maven-enforcer-plugin.version>3.4.1</maven-enforcer-plugin.version> |
79 | | - <maven-clean-plugin.version>3.3.2</maven-clean-plugin.version> |
80 | | - <maven-source-plugin.version>3.3.0</maven-source-plugin.version> |
81 | | - <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version> |
82 | | - <maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version> |
83 | | - <maven-surefire-plugin.version>3.2.5</maven-surefire-plugin.version> |
84 | | - <maven-install-plugin.version>3.1.1</maven-install-plugin.version> |
85 | | - <maven-deploy-plugin.version>3.1.1</maven-deploy-plugin.version> |
86 | | - <maven-release-plugin.version>3.0.1</maven-release-plugin.version> |
| 78 | + <maven-enforcer-plugin.version>3.6.2</maven-enforcer-plugin.version> |
| 79 | + <maven-clean-plugin.version>3.5.0</maven-clean-plugin.version> |
| 80 | + <maven-source-plugin.version>3.4.0</maven-source-plugin.version> |
| 81 | + <maven-resources-plugin.version>3.4.0</maven-resources-plugin.version> |
| 82 | + <maven-compiler-plugin.version>3.14.1</maven-compiler-plugin.version> |
| 83 | + <maven-surefire-plugin.version>3.5.4</maven-surefire-plugin.version> |
| 84 | + <maven-install-plugin.version>3.1.4</maven-install-plugin.version> |
| 85 | + <maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version> |
| 86 | + <maven-release-plugin.version>3.3.1</maven-release-plugin.version> |
87 | 87 |
|
88 | 88 | <!-- Testing Versions --> |
89 | 89 |
|
|
106 | 106 |
|
107 | 107 | <!-- OpenAPI Versions --> |
108 | 108 |
|
109 | | - <openapi-generator.version>7.4.0</openapi-generator.version> |
| 109 | + <openapi-generator.version>7.18.0</openapi-generator.version> |
110 | 110 | <jakarta-annotation.version>3.0.0</jakarta-annotation.version> |
111 | 111 | <jakarta-validation.version>3.1.1</jakarta-validation.version> |
112 | 112 |
|
|
192 | 192 | <artifactId>maven-compiler-plugin</artifactId> |
193 | 193 | <configuration> |
194 | 194 | <release>${java.version}</release> |
195 | | - <forceJavacCompilerUse>true</forceJavacCompilerUse> |
| 195 | + <forceLegacyJavacApi>true</forceLegacyJavacApi> |
196 | 196 | </configuration> |
197 | 197 | </plugin> |
198 | 198 | <plugin> |
|
216 | 216 | <configuration> |
217 | 217 | <rules> |
218 | 218 | <requireMavenVersion> |
219 | | - <version>3.2.5</version> |
| 219 | + <version>3.6.3</version> |
220 | 220 | </requireMavenVersion> |
221 | 221 | </rules> |
222 | 222 | <fail>true</fail> |
|
0 commit comments