This is an automated email from the ASF dual-hosted git repository. jungm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push: new b09780bc8c TOMEE-4532 - Bouncy Castle 1.82 b09780bc8c is described below commit b09780bc8c78985c08308da64c5327606d9837bd Author: Markus Jung <ju...@apache.org> AuthorDate: Tue Sep 23 13:52:08 2025 +0200 TOMEE-4532 - Bouncy Castle 1.82 --- boms/tomee-microprofile/pom.xml | 6 +++--- boms/tomee-plume/pom.xml | 6 +++--- boms/tomee-plus/pom.xml | 6 +++--- boms/tomee-webprofile/pom.xml | 6 +++--- server/openejb-client/pom.xml | 2 +- server/openejb-cxf/pom.xml | 4 ++-- server/openejb-ssh/pom.xml | 2 +- tomee/apache-tomee/pom.xml | 12 ++++++------ tomee/tomee-embedded/pom.xml | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml index 9aa655b827..28591b0211 100644 --- a/boms/tomee-microprofile/pom.xml +++ b/boms/tomee-microprofile/pom.xml @@ -2039,7 +2039,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2050,7 +2050,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2061,7 +2061,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml index 36ff974e06..64f92070e7 100644 --- a/boms/tomee-plume/pom.xml +++ b/boms/tomee-plume/pom.xml @@ -2105,7 +2105,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2116,7 +2116,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2127,7 +2127,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml index 6e78fcd5df..1e2aa49517 100644 --- a/boms/tomee-plus/pom.xml +++ b/boms/tomee-plus/pom.xml @@ -2127,7 +2127,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2138,7 +2138,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -2149,7 +2149,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml index 9faeb89eda..874ded0bc3 100644 --- a/boms/tomee-webprofile/pom.xml +++ b/boms/tomee-webprofile/pom.xml @@ -1368,7 +1368,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1379,7 +1379,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> @@ -1390,7 +1390,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcutil-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <exclusions> <exclusion> <artifactId>*</artifactId> diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml index a2556c0543..fb9ad3df2b 100644 --- a/server/openejb-client/pom.xml +++ b/server/openejb-client/pom.xml @@ -148,7 +148,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <scope>test</scope> </dependency> </dependencies> diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml index a1a63eed55..7019fadb7d 100644 --- a/server/openejb-cxf/pom.xml +++ b/server/openejb-cxf/pom.xml @@ -229,12 +229,12 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> </dependency> <dependency> <groupId>org.apache.wss4j</groupId> diff --git a/server/openejb-ssh/pom.xml b/server/openejb-ssh/pom.xml index f66270a19e..fac6a721d0 100644 --- a/server/openejb-ssh/pom.xml +++ b/server/openejb-ssh/pom.xml @@ -68,7 +68,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <scope>test</scope> </dependency> </dependencies> diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml index cd1e527e4b..6fc31c65b8 100644 --- a/tomee/apache-tomee/pom.xml +++ b/tomee/apache-tomee/pom.xml @@ -578,9 +578,9 @@ <createTarGz>true</createTarGz> <skips> <jars> - <bcpkix-jdk15to18-1.81.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.81</bcpkix-jdk15to18-1.81.jar> - <bcprov-jdk15to18-1.81.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.81</bcprov-jdk15to18-1.81.jar> - <bcutil-jdk15to18-1.81.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.81</bcutil-jdk15to18-1.81.jar> + <bcpkix-jdk15to18-1.82.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.82</bcpkix-jdk15to18-1.82.jar> + <bcprov-jdk15to18-1.82.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.82</bcprov-jdk15to18-1.82.jar> + <bcutil-jdk15to18-1.82.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.82</bcutil-jdk15to18-1.82.jar> </jars> </skips> </configuration> @@ -811,9 +811,9 @@ <createTarGz>true</createTarGz> <skips> <jars> - <bcpkix-jdk15to18-1.81.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.81</bcpkix-jdk15to18-1.81.jar> - <bcprov-jdk15to18-1.81.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.81</bcprov-jdk15to18-1.81.jar> - <bcutil-jdk15to18-1.81.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.81</bcutil-jdk15to18-1.81.jar> + <bcpkix-jdk15to18-1.82.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.82</bcpkix-jdk15to18-1.82.jar> + <bcprov-jdk15to18-1.82.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.82</bcprov-jdk15to18-1.82.jar> + <bcutil-jdk15to18-1.82.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.82</bcutil-jdk15to18-1.82.jar> </jars> </skips> </configuration> diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml index 9f98fd35b6..c5e12b0fd3 100644 --- a/tomee/tomee-embedded/pom.xml +++ b/tomee/tomee-embedded/pom.xml @@ -496,7 +496,7 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcmail-jdk15to18</artifactId> - <version>1.81</version> + <version>1.82</version> <scope>test</scope> </dependency>