|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>org.owasp.esapi</groupId>
|
5 | 5 | <artifactId>esapi</artifactId>
|
6 |
| - <version>2.5.5.0-SNAPSHOT</version> |
| 6 | + <version>2.5.5.0</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 |
|
9 | 9 | <distributionManagement>
|
|
132 | 132 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
133 | 133 | <version.jmh>1.37</version.jmh>
|
134 | 134 | <version.findsecbugs>2.0.0-M3</version.findsecbugs>
|
135 |
| - <version.fluido>2.0.0-M10</version.fluido> |
| 135 | + <version.fluido>2.0.0-M11</version.fluido> |
136 | 136 | <version.powermock>2.0.9</version.powermock>
|
137 | 137 | <version.spotbugs>4.8.6</version.spotbugs>
|
138 | 138 | <version.spotbugs.maven>4.8.6.4</version.spotbugs.maven>
|
139 |
| - <version.surefire>3.5.0</version.surefire> |
| 139 | + <version.surefire>3.5.1</version.surefire> |
140 | 140 | <project.java.target>1.8</project.java.target>
|
141 | 141 | <!-- TODO: Be sure to update. Should be date of previous official release -->
|
142 | 142 | <!-- Exact date in the form 'yyyy-dd-yy 00:00:00' should be used. You can find the previous release date -->
|
|
260 | 260 | <dependency>
|
261 | 261 | <groupId>org.slf4j</groupId>
|
262 | 262 | <artifactId>slf4j-api</artifactId>
|
263 |
| - <version>2.0.13</version> |
| 263 | + <version>2.0.16</version> |
264 | 264 | </dependency>
|
265 | 265 | <dependency>
|
266 | 266 | <groupId>xml-apis</groupId>
|
|
286 | 286 | <dependency>
|
287 | 287 | <groupId>commons-codec</groupId>
|
288 | 288 | <artifactId>commons-codec</artifactId>
|
289 |
| - <version>1.17.0</version> |
| 289 | + <version>1.17.1</version> |
290 | 290 | <scope>test</scope>
|
291 | 291 | </dependency>
|
292 | 292 | <dependency>
|
|
408 | 408 | <plugin>
|
409 | 409 | <groupId>org.apache.maven.plugins</groupId>
|
410 | 410 | <artifactId>maven-dependency-plugin</artifactId>
|
411 |
| - <version>3.7.1</version> |
| 411 | + <version>3.8.0</version> |
412 | 412 | </plugin>
|
413 | 413 | <plugin>
|
414 | 414 | <groupId>org.apache.maven.plugins</groupId>
|
415 | 415 | <artifactId>maven-release-plugin</artifactId>
|
416 |
| - <version>3.1.0</version> |
| 416 | + <version>3.1.1</version> |
417 | 417 | </plugin>
|
418 | 418 | <plugin>
|
419 | 419 | <groupId>org.codehaus.mojo</groupId>
|
420 | 420 | <artifactId>versions-maven-plugin</artifactId>
|
421 |
| - <version>2.17.0</version> |
| 421 | + <version>2.17.1</version> |
422 | 422 | <configuration>
|
423 | 423 | <rulesUri>file:${project.basedir}/versionRuleset.xml</rulesUri>
|
424 | 424 | </configuration>
|
|
431 | 431 | <plugin>
|
432 | 432 | <groupId>org.cyclonedx</groupId>
|
433 | 433 | <artifactId>cyclonedx-maven-plugin</artifactId>
|
434 |
| - <version>2.8.0</version> |
| 434 | + <version>2.8.2</version> |
435 | 435 | <executions>
|
436 | 436 | <execution>
|
437 | 437 | <phase>package</phase>
|
|
513 | 513 | <plugin>
|
514 | 514 | <groupId>org.apache.maven.plugins</groupId>
|
515 | 515 | <artifactId>maven-deploy-plugin</artifactId>
|
516 |
| - <version>3.1.2</version> |
| 516 | + <version>3.1.3</version> |
517 | 517 | </plugin>
|
518 | 518 |
|
519 | 519 | <plugin>
|
|
602 | 602 | <plugin>
|
603 | 603 | <groupId>org.apache.maven.plugins</groupId>
|
604 | 604 | <artifactId>maven-gpg-plugin</artifactId>
|
605 |
| - <version>3.2.4</version> |
| 605 | + <version>3.2.7</version> |
606 | 606 | <executions>
|
607 | 607 | <execution>
|
608 | 608 | <id>sign-artifacts</id>
|
|
615 | 615 | <plugin>
|
616 | 616 | <groupId>org.apache.maven.plugins</groupId>
|
617 | 617 | <artifactId>maven-install-plugin</artifactId>
|
618 |
| - <version>3.1.2</version> |
| 618 | + <version>3.1.3</version> |
619 | 619 | </plugin>
|
620 | 620 |
|
621 | 621 | <plugin>
|
|
635 | 635 | <plugin>
|
636 | 636 | <groupId>org.apache.maven.plugins</groupId>
|
637 | 637 | <artifactId>maven-javadoc-plugin</artifactId>
|
638 |
| - <version>3.7.0</version> |
| 638 | + <version>3.10.1</version> |
639 | 639 | <configuration>
|
640 | 640 | <source>8</source>
|
641 | 641 | <doclint>none</doclint>
|
|
653 | 653 | <plugin>
|
654 | 654 | <groupId>org.apache.maven.plugins</groupId>
|
655 | 655 | <artifactId>maven-jxr-plugin</artifactId>
|
656 |
| - <version>3.4.0</version> |
| 656 | + <version>3.5.0</version> |
657 | 657 | </plugin>
|
658 | 658 |
|
659 | 659 | <plugin>
|
660 | 660 | <groupId>org.apache.maven.plugins</groupId>
|
661 | 661 | <artifactId>maven-pmd-plugin</artifactId>
|
662 |
| - <version>3.23.0</version> |
| 662 | + <version>3.25.0</version> |
663 | 663 | </plugin>
|
664 | 664 |
|
665 | 665 | <plugin>
|
666 | 666 | <groupId>org.apache.maven.plugins</groupId>
|
667 | 667 | <artifactId>maven-project-info-reports-plugin</artifactId>
|
668 |
| - <version>3.6.1</version> |
| 668 | + <version>3.7.0</version> |
669 | 669 | </plugin>
|
670 | 670 |
|
671 | 671 | <plugin>
|
|
679 | 679 | The skin is referenced in src/site/site.xml. -->
|
680 | 680 | <groupId>org.apache.maven.plugins</groupId>
|
681 | 681 | <artifactId>maven-site-plugin</artifactId>
|
682 |
| - <version>4.0.0-M15</version> |
| 682 | + <version>4.0.0-M16</version> |
683 | 683 | <dependencies>
|
684 | 684 | <dependency>
|
685 | 685 | <groupId>org.apache.maven.skins</groupId>
|
|
740 | 740 | <plugin>
|
741 | 741 | <groupId>org.owasp</groupId>
|
742 | 742 | <artifactId>dependency-check-maven</artifactId>
|
743 |
| - <version>10.0.2</version> |
| 743 | + <version>10.0.4</version> |
744 | 744 | <configuration>
|
745 | 745 | <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
|
746 | 746 | <failBuildOnCVSS>1.0</failBuildOnCVSS>
|
|
0 commit comments