|
137 | 137 | <properties> |
138 | 138 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
139 | 139 | <version.jmh>1.36</version.jmh> |
| 140 | + <version.findsecbugs>1.12.0</version.findsecbugs> |
| 141 | + <version.fluido>1.11.1</version.fluido> |
140 | 142 | <version.powermock>2.0.9</version.powermock> |
141 | 143 | <version.spotbugs>4.7.3</version.spotbugs> |
142 | | - <version.findsecbugs>1.12.0</version.findsecbugs> |
143 | 144 | <version.spotbugs.maven>4.7.3.0</version.spotbugs.maven> |
144 | | - <version.surefire>3.0.0-M7</version.surefire> |
| 145 | + <version.surefire>3.0.0-M9</version.surefire> |
145 | 146 | <project.java.target>1.8</project.java.target> |
146 | 147 | <!-- TODO: Be sure to update. Should be date of previous official release --> |
147 | 148 | <!-- Exact date in the form 'yyyy-dd-yy 00:00:00' should be used. You can find the previous release date --> |
148 | | - <!-- n the previous release notes file under the 'documentation/' directory. --> |
| 149 | + <!-- in the previous release notes file under the 'documentation/' directory. --> |
149 | 150 | <date.prev_release>2022-07-20 00:00:00</date.prev_release> |
150 | 151 | </properties> |
151 | 152 |
|
|
226 | 227 | <dependency> |
227 | 228 | <groupId>commons-fileupload</groupId> |
228 | 229 | <artifactId>commons-fileupload</artifactId> |
229 | | - <version>1.4</version> |
| 230 | + <version>1.5</version> |
230 | 231 | <exclusions> |
231 | 232 | <!-- excluded because we directly import newer version. --> |
232 | 233 | <exclusion> |
|
406 | 407 | <plugin> |
407 | 408 | <groupId>org.apache.maven.plugins</groupId> |
408 | 409 | <artifactId>maven-assembly-plugin</artifactId> |
409 | | - <version>3.4.2</version> |
| 410 | + <version>3.5.0</version> |
410 | 411 | </plugin> |
411 | 412 | <plugin> |
412 | 413 | <groupId>org.apache.maven.plugins</groupId> |
413 | 414 | <artifactId>maven-dependency-plugin</artifactId> |
414 | | - <version>3.3.0</version> |
| 415 | + <version>3.5.0</version> |
415 | 416 | </plugin> |
416 | 417 | <plugin> |
417 | 418 | <groupId>org.apache.maven.plugins</groupId> |
|
421 | 422 | <plugin> |
422 | 423 | <groupId>org.codehaus.mojo</groupId> |
423 | 424 | <artifactId>versions-maven-plugin</artifactId> |
424 | | - <version>2.13.0</version> |
| 425 | + <version>2.15.0</version> |
425 | 426 | <configuration> |
426 | 427 | <rulesUri>file:${project.basedir}/versionRuleset.xml</rulesUri> |
427 | 428 | </configuration> |
|
434 | 435 | <plugin> |
435 | 436 | <groupId>org.cyclonedx</groupId> |
436 | 437 | <artifactId>cyclonedx-maven-plugin</artifactId> |
437 | | - <version>2.7.3</version> |
| 438 | + <version>2.7.5</version> |
438 | 439 | <executions> |
439 | 440 | <execution> |
440 | 441 | <phase>package</phase> |
|
516 | 517 | <plugin> |
517 | 518 | <groupId>org.apache.maven.plugins</groupId> |
518 | 519 | <artifactId>maven-deploy-plugin</artifactId> |
519 | | - <version>3.0.0</version> |
| 520 | + <version>3.1.0</version> |
520 | 521 | </plugin> |
521 | 522 |
|
522 | 523 | <plugin> |
|
531 | 532 | <plugin> |
532 | 533 | <groupId>org.apache.maven.plugins</groupId> |
533 | 534 | <artifactId>maven-enforcer-plugin</artifactId> |
534 | | - <version>3.1.0</version> |
| 535 | + <version>3.2.1</version> |
535 | 536 | <dependencies> |
536 | 537 | <dependency> |
537 | 538 | <groupId>org.codehaus.mojo</groupId> |
538 | 539 | <artifactId>extra-enforcer-rules</artifactId> |
539 | | - <version>1.6.0</version> |
| 540 | + <version>1.6.1</version> |
540 | 541 | </dependency> |
541 | 542 | <dependency> |
542 | 543 | <groupId>org.codehaus.mojo</groupId> |
543 | 544 | <artifactId>animal-sniffer-enforcer-rule</artifactId> |
544 | | - <version>1.21</version> |
| 545 | + <version>1.22</version> |
545 | 546 | </dependency> |
546 | 547 |
|
547 | 548 | </dependencies> |
|
640 | 641 | <plugin> |
641 | 642 | <groupId>org.apache.maven.plugins</groupId> |
642 | 643 | <artifactId>maven-javadoc-plugin</artifactId> |
643 | | - <version>3.4.1</version> |
| 644 | + <version>3.5.0</version> |
644 | 645 | <configuration> |
645 | 646 | <source>8</source> |
646 | 647 | <doclint>none</doclint> |
|
664 | 665 | <plugin> |
665 | 666 | <groupId>org.apache.maven.plugins</groupId> |
666 | 667 | <artifactId>maven-pmd-plugin</artifactId> |
667 | | - <version>3.19.0</version> |
| 668 | + <version>3.20.0</version> |
668 | 669 | </plugin> |
669 | 670 |
|
670 | 671 | <plugin> |
671 | 672 | <groupId>org.apache.maven.plugins</groupId> |
672 | 673 | <artifactId>maven-project-info-reports-plugin</artifactId> |
673 | | - <version>3.4.1</version> |
| 674 | + <version>3.4.2</version> |
674 | 675 | </plugin> |
675 | 676 |
|
676 | 677 | <plugin> |
|
684 | 685 | <groupId>org.apache.maven.plugins</groupId> |
685 | 686 | <artifactId>maven-site-plugin</artifactId> |
686 | 687 | <version>4.0.0-M3</version> |
687 | | - </plugin> |
688 | | - |
689 | | - <plugin> |
690 | | - <groupId>org.apache.maven.skins</groupId> |
691 | | - <artifactId>maven-fluid-skin</artifactId> |
692 | | - <version>1.11.1</version> |
| 688 | + <dependencies> |
| 689 | + <dependency> |
| 690 | + <groupId>org.apache.maven.skins</groupId> |
| 691 | + <artifactId>maven-fluido-skin</artifactId> |
| 692 | + <version>${version.fluido}</version> |
| 693 | + </dependency> |
| 694 | + </dependencies> |
693 | 695 | </plugin> |
694 | 696 |
|
695 | 697 | <plugin> |
|
743 | 745 | <plugin> |
744 | 746 | <groupId>org.owasp</groupId> |
745 | 747 | <artifactId>dependency-check-maven</artifactId> |
746 | | - <version>7.3.2</version> |
| 748 | + <version>8.1.0</version> |
747 | 749 | <configuration> |
748 | 750 | <failBuildOnCVSS>1.0</failBuildOnCVSS> |
749 | 751 | <suppressionFiles>./suppressions.xml</suppressionFiles> |
|
0 commit comments