This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomee.git
commit ec25e97bdba28e57f6d55dd9eeb6ae5338c10e9f Author: Richard Zowalla <[email protected]> AuthorDate: Sat Jun 26 20:52:24 2021 +0200 TOMEE-3765 - Upgrades bountycastle to 1.69 --- boms/tomee-microprofile/pom.xml | 2 +- boms/tomee-plume/pom.xml | 2 +- boms/tomee-plus/pom.xml | 2 +- server/openejb-cxf/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 6b1ab61..a804f2a 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -1676,7 +1676,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.69</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index d5d4ac9..49dc8c0 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -1731,7 +1731,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.69</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 6e2c2a4..5ed89bd 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -1797,7 +1797,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.69</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index 3ad435d..dfde461 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -105,7 +105,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.67</version> + <version>1.69</version> </dependency> <dependency> <groupId>org.apache.wss4j</groupId>
