|
60 | 60 | <dependency> |
61 | 61 | <groupId>com.fasterxml.jackson.core</groupId> |
62 | 62 | <artifactId>jackson-databind</artifactId> |
63 | | - <version>2.21.1</version> |
| 63 | + <version>2.21.2</version> |
64 | 64 | </dependency> |
65 | 65 | <dependency> |
66 | 66 | <groupId>com.fasterxml.jackson.core</groupId> |
|
70 | 70 | <dependency> |
71 | 71 | <groupId>com.fasterxml.jackson.datatype</groupId> |
72 | 72 | <artifactId>jackson-datatype-jsr310</artifactId> |
73 | | - <version>2.21.1</version> |
| 73 | + <version>2.21.2</version> |
74 | 74 | </dependency> |
75 | 75 |
|
76 | 76 | <!-- SpotBugs annotations for suppressing warnings --> |
|
85 | 85 | <dependency> |
86 | 86 | <groupId>org.junit.jupiter</groupId> |
87 | 87 | <artifactId>junit-jupiter</artifactId> |
88 | | - <version>5.14.1</version> |
| 88 | + <version>5.14.3</version> |
89 | 89 | <scope>test</scope> |
90 | 90 | </dependency> |
91 | 91 | <dependency> |
|
112 | 112 | <plugin> |
113 | 113 | <groupId>com.github.spotbugs</groupId> |
114 | 114 | <artifactId>spotbugs-maven-plugin</artifactId> |
115 | | - <version>4.9.8.2</version> |
| 115 | + <version>4.9.8.3</version> |
116 | 116 | <configuration> |
117 | 117 | <excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile> |
118 | 118 | </configuration> |
|
123 | 123 | <plugin> |
124 | 124 | <groupId>org.apache.maven.plugins</groupId> |
125 | 125 | <artifactId>maven-compiler-plugin</artifactId> |
126 | | - <version>3.14.1</version> |
| 126 | + <version>3.15.0</version> |
127 | 127 | </plugin> |
128 | 128 | <plugin> |
129 | 129 | <groupId>org.apache.maven.plugins</groupId> |
130 | 130 | <artifactId>maven-jar-plugin</artifactId> |
131 | | - <version>3.4.2</version> |
| 131 | + <version>3.5.0</version> |
132 | 132 | <configuration> |
133 | 133 | <archive> |
134 | 134 | <manifestEntries> |
|
215 | 215 | <dependency> |
216 | 216 | <groupId>org.apache.ant</groupId> |
217 | 217 | <artifactId>ant</artifactId> |
218 | | - <version>1.10.15</version> |
| 218 | + <version>1.10.17</version> |
219 | 219 | </dependency> |
220 | 220 | </dependencies> |
221 | 221 | </plugin> |
222 | 222 | <!-- Install harness dependencies --> |
223 | 223 | <plugin> |
224 | 224 | <groupId>org.codehaus.mojo</groupId> |
225 | 225 | <artifactId>exec-maven-plugin</artifactId> |
226 | | - <version>3.6.2</version> |
| 226 | + <version>3.6.3</version> |
227 | 227 | <executions> |
228 | 228 | <execution> |
229 | 229 | <id>install-harness-dependencies</id> |
|
245 | 245 | <plugin> |
246 | 246 | <groupId>org.apache.maven.plugins</groupId> |
247 | 247 | <artifactId>maven-surefire-plugin</artifactId> |
248 | | - <version>3.5.4</version> |
| 248 | + <version>3.5.5</version> |
249 | 249 | <configuration> |
250 | 250 | <!-- Inject JaCoCo agent + any JDK-version-specific flags --> |
251 | 251 | <argLine>${testExecutionAgentArgs} ${surefire.jvm.args}</argLine> |
|
278 | 278 | <plugin> |
279 | 279 | <groupId>com.diffplug.spotless</groupId> |
280 | 280 | <artifactId>spotless-maven-plugin</artifactId> |
281 | | - <version>2.44.5</version> |
| 281 | + <version>2.46.1</version> |
282 | 282 | <configuration> |
283 | 283 | <java> |
284 | 284 | <excludes> |
|
369 | 369 | <plugin> |
370 | 370 | <groupId>org.apache.maven.plugins</groupId> |
371 | 371 | <artifactId>maven-resources-plugin</artifactId> |
372 | | - <version>3.4.0</version> |
| 372 | + <version>3.5.0</version> |
373 | 373 | <executions> |
374 | 374 | <execution> |
375 | 375 | <id>filter-site-markdown</id> |
|
456 | 456 | <dependency> |
457 | 457 | <groupId>org.apache.maven.doxia</groupId> |
458 | 458 | <artifactId>doxia-module-markdown</artifactId> |
459 | | - <version>2.0.0</version> |
| 459 | + <version>2.1.0</version> |
460 | 460 | </dependency> |
461 | 461 | </dependencies> |
462 | 462 | </plugin> |
|
515 | 515 | <plugin> |
516 | 516 | <groupId>org.apache.maven.plugins</groupId> |
517 | 517 | <artifactId>maven-surefire-report-plugin</artifactId> |
518 | | - <version>3.5.4</version> |
| 518 | + <version>3.5.5</version> |
519 | 519 | </plugin> |
520 | 520 | <!-- SpotBugs static analysis --> |
521 | 521 | <plugin> |
522 | 522 | <groupId>com.github.spotbugs</groupId> |
523 | 523 | <artifactId>spotbugs-maven-plugin</artifactId> |
524 | | - <version>4.9.8.2</version> |
| 524 | + <version>4.9.8.3</version> |
525 | 525 | <configuration> |
526 | 526 | <excludeFilterFile>config/spotbugs/spotbugs-exclude.xml</excludeFilterFile> |
527 | 527 | </configuration> |
|
530 | 530 | <plugin> |
531 | 531 | <groupId>org.codehaus.mojo</groupId> |
532 | 532 | <artifactId>taglist-maven-plugin</artifactId> |
533 | | - <version>3.2.1</version> |
| 533 | + <version>3.2.2</version> |
534 | 534 | <configuration> |
535 | 535 | <tagListOptions> |
536 | 536 | <tagClasses> |
|
555 | 555 | <plugin> |
556 | 556 | <groupId>org.apache.maven.plugins</groupId> |
557 | 557 | <artifactId>maven-dependency-plugin</artifactId> |
558 | | - <version>3.9.0</version> |
| 558 | + <version>3.10.0</version> |
559 | 559 | <reportSets> |
560 | 560 | <reportSet> |
561 | 561 | <reports> |
|
659 | 659 | <plugin> |
660 | 660 | <groupId>org.codehaus.mojo</groupId> |
661 | 661 | <artifactId>exec-maven-plugin</artifactId> |
662 | | - <version>3.6.2</version> |
| 662 | + <version>3.6.3</version> |
663 | 663 | <executions> |
664 | 664 | <execution> |
665 | 665 | <id>update-copilot-schema-version</id> |
|
681 | 681 | <plugin> |
682 | 682 | <groupId>org.apache.maven.plugins</groupId> |
683 | 683 | <artifactId>maven-enforcer-plugin</artifactId> |
684 | | - <version>3.5.0</version> |
| 684 | + <version>3.6.2</version> |
685 | 685 | <executions> |
686 | 686 | <execution> |
687 | 687 | <id>require-schema-version</id> |
|
712 | 712 | <plugin> |
713 | 713 | <groupId>org.codehaus.mojo</groupId> |
714 | 714 | <artifactId>exec-maven-plugin</artifactId> |
715 | | - <version>3.6.2</version> |
| 715 | + <version>3.6.3</version> |
716 | 716 | <executions> |
717 | 717 | <execution> |
718 | 718 | <id>codegen-npm-install</id> |
|
0 commit comments