diff options
Diffstat (limited to 'sonar/ooxml/pom.xml')
-rw-r--r-- | sonar/ooxml/pom.xml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index 41f1523351..0157ce5e97 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -129,12 +129,17 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.68</version> + <version>1.69</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.68</version> + <version>1.69</version> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcutil-jdk15on</artifactId> + <version>1.69</version> </dependency> <dependency> <groupId>org.apache.santuario</groupId> |