|
90 | 90 | <plugin> |
91 | 91 | <groupId>org.apache.maven.plugins</groupId> |
92 | 92 | <artifactId>maven-surefire-plugin</artifactId> |
93 | | - <version>3.2.3</version> |
| 93 | + <version>${surefire-version}</version> |
94 | 94 | </plugin> |
95 | 95 | <plugin> |
96 | 96 | <artifactId>maven-dependency-plugin</artifactId> |
|
138 | 138 | <artifactId>jetty-maven-plugin</artifactId> |
139 | 139 | <version>${jetty-version}</version> |
140 | 140 | <configuration> |
141 | | - <monitoredDirName>.</monitoredDirName> |
142 | 141 | <scanTargets> |
143 | 142 | <scanTarget>inflector.yaml</scanTarget> |
144 | 143 | <scanTarget>src/main/swagger/swagger.yaml</scanTarget> |
|
204 | 203 | <artifactId>maven-javadoc-plugin</artifactId> |
205 | 204 | <version>3.6.2</version> |
206 | 205 | <configuration> |
207 | | - <aggregate>true</aggregate> |
208 | 206 | <source>1.8</source> |
209 | 207 | <encoding>UTF-8</encoding> |
210 | 208 | <maxmemory>1g</maxmemory> |
211 | 209 | <links> |
212 | 210 | <link>http://docs.oracle.com/javase/8/docs/api</link> |
213 | 211 | </links> |
214 | | - <excludePackageNames>${javadoc.package.exclude}</excludePackageNames> |
215 | 212 | </configuration> |
216 | 213 | <executions> |
217 | 214 | <execution> |
|
419 | 416 | </dependencies> |
420 | 417 | <properties> |
421 | 418 | <maven.compiler.release>8</maven.compiler.release> |
422 | | - <jackson.version>2.19.0</jackson.version> |
423 | | - <jackson-databind.version>2.19.0</jackson-databind.version> |
424 | | - <snakeyaml.version>2.4</snakeyaml.version> |
| 419 | + <jackson.version>2.20.0</jackson.version> |
| 420 | + <jackson-databind.version>2.20.0</jackson-databind.version> |
| 421 | + <snakeyaml.version>2.5</snakeyaml.version> |
425 | 422 | <httpclient-version>4.5.14</httpclient-version> |
426 | 423 | <maven-plugin-version>1.0.0</maven-plugin-version> |
427 | | - <swagger-parser-version>2.1.28</swagger-parser-version> |
428 | | - <swagger-inflector-version>2.0.13</swagger-inflector-version> |
| 424 | + <swagger-parser-version>2.1.37</swagger-parser-version> |
| 425 | + <swagger-inflector-version>2.0.14</swagger-inflector-version> |
429 | 426 | <jetty-version>9.4.56.v20240826</jetty-version> |
430 | 427 | <logback-version>1.5.25</logback-version> |
431 | | - <slf4j-version>2.0.16</slf4j-version> |
432 | | - <surefire-version>3.1.2</surefire-version> |
433 | | - <wiremock-version>3.13.0</wiremock-version> |
| 428 | + <slf4j-version>2.0.17</slf4j-version> |
| 429 | + <surefire-version>3.5.4</surefire-version> |
| 430 | + <wiremock-version>3.13.2</wiremock-version> |
434 | 431 | <junit-version>4.13.2</junit-version> |
435 | 432 | <assertj-version>3.27.7</assertj-version> |
436 | 433 | <json-schema-validator-version>2.2.14</json-schema-validator-version> |
437 | | - <nt-json-schema-validator-version>1.5.6</nt-json-schema-validator-version> |
| 434 | + <nt-json-schema-validator-version>1.5.9</nt-json-schema-validator-version> |
438 | 435 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
439 | 436 | </properties> |
440 | 437 | </project> |
0 commit comments