|
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-M11</version.fluido> |
| 135 | + <version.fluido>2.0.0</version.fluido> |
136 | 136 | <version.powermock>2.0.9</version.powermock> |
137 | 137 | <version.spotbugs>4.8.6</version.spotbugs> |
138 | | - <version.spotbugs.maven>4.8.6.4</version.spotbugs.maven> |
139 | | - <version.surefire>3.5.1</version.surefire> |
| 138 | + <version.spotbugs.maven>4.8.6.6</version.spotbugs.maven> |
| 139 | + <version.surefire>3.5.2</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 --> |
|
243 | 243 | <dependency> |
244 | 244 | <groupId>org.owasp.antisamy</groupId> |
245 | 245 | <artifactId>antisamy</artifactId> |
246 | | - <version>1.7.6</version> |
| 246 | + <version>1.7.7</version> |
247 | 247 | <exclusions> |
248 | 248 | <!-- excluded because we directly import newer version below. --> |
249 | 249 | <exclusion> |
|
740 | 740 | <plugin> |
741 | 741 | <groupId>org.owasp</groupId> |
742 | 742 | <artifactId>dependency-check-maven</artifactId> |
| 743 | + <!-- Version 11.x is the latest, but 10.0.4 is the latest that we can use beccause 11.x has a breaking |
| 744 | + change that requires Java 11 or later and our mimimal JDK is Java 8. |
| 745 | + --> |
743 | 746 | <version>10.0.4</version> |
744 | 747 | <configuration> |
745 | 748 | <nvdApiKey>${env.NVD_API_KEY}</nvdApiKey> |
|
949 | 952 | <plugin> |
950 | 953 | <groupId>org.eclipse.transformer</groupId> |
951 | 954 | <artifactId>transformer-maven-plugin</artifactId> |
952 | | - <version>0.5.0</version> |
| 955 | + <version>0.5.0</version> <!-- 1.0.0 is available, but requires newer JDK than ESAPI minimum. --> |
953 | 956 | <extensions>true</extensions> |
954 | 957 | <configuration> |
955 | 958 | <rules> |
|
0 commit comments