|
169 | 169 | <artifactId>xalan</artifactId> |
170 | 170 | </exclusion> |
171 | 171 | <exclusion> |
| 172 | + <!-- xom tries to pull this in, but a newer version is in Java 7 and later |
| 173 | + so we want to exclude this transitive dependency. |
| 174 | + --> |
172 | 175 | <groupId>xerces</groupId> |
173 | 176 | <artifactId>xercesImpl</artifactId> |
174 | 177 | </exclusion> |
|
238 | 241 | <dependency> |
239 | 242 | <groupId>org.owasp.antisamy</groupId> |
240 | 243 | <artifactId>antisamy</artifactId> |
241 | | - <version>1.5.12</version> |
| 244 | + <version>1.6.0</version> |
242 | 245 | </dependency> |
243 | 246 | <dependency> |
244 | 247 | <groupId>org.slf4j</groupId> |
|
259 | 262 | <dependency> |
260 | 263 | <groupId>org.apache.xmlgraphics</groupId> |
261 | 264 | <artifactId>batik-css</artifactId> |
262 | | - <version>1.13</version> |
| 265 | + <version>1.14</version> |
263 | 266 | <exclusions> |
264 | 267 | <exclusion> |
265 | 268 | <groupId>commons-io</groupId> |
|
282 | 285 | </exclusion> |
283 | 286 | </exclusions> |
284 | 287 | </dependency> |
285 | | - <dependency> |
286 | | - <groupId>xerces</groupId> |
287 | | - <artifactId>xercesImpl</artifactId> |
288 | | - <version>2.12.1</version> |
289 | | - </dependency> |
290 | 288 | <dependency> |
291 | 289 | <groupId>xml-apis</groupId> |
292 | 290 | <artifactId>xml-apis</artifactId> |
|
317 | 315 | <dependency> |
318 | 316 | <groupId>org.bouncycastle</groupId> |
319 | 317 | <artifactId>bcprov-jdk15on</artifactId> |
320 | | - <!-- Tried to update this to 1.67 but that resulted in error when running 'mvn site' --> |
321 | | - <version>1.65.01</version> |
| 318 | + <version>1.68</version> |
322 | 319 | <scope>test</scope> |
323 | 320 | </dependency> |
324 | 321 | <!-- https://mvnrepository.com/artifact/org.powermock/powermock-api-mockito --> |
|
502 | 499 | <dependency> |
503 | 500 | <groupId>org.codehaus.mojo</groupId> |
504 | 501 | <artifactId>animal-sniffer-enforcer-rule</artifactId> |
505 | | - <!-- Updating to 1.19 causes lots of errors in 'mvn site' so leaving at 1.18 for now. --> |
506 | | - <version>1.18</version> |
| 502 | + <!-- Updating to 1.19 causes LOTS of errors in 'mvn site' and 1.18 requires Java 8 so leaving it at 1.17. --> |
| 503 | + <version>1.17</version> |
507 | 504 | </dependency> |
508 | 505 | </dependencies> |
509 | 506 | <executions> |
|
0 commit comments