This is an automated email from the ASF dual-hosted git repository.
rzo1 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 0112f480b9 TOMEE-4337 - bcprov-jdk15to18-1.76.jar and
bcpkix-jdk15to18-1.76.jar
0112f480b9 is described below
commit 0112f480b91bba3e52b913e5178571fe6db38466
Author: Richard Zowalla <[email protected]>
AuthorDate: Thu May 16 14:29:47 2024 +0200
TOMEE-4337 - bcprov-jdk15to18-1.76.jar and bcpkix-jdk15to18-1.76.jar
---
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 ++--
tomee/apache-tomee/pom.xml | 12 ++++++------
tomee/tomee-embedded/pom.xml | 2 +-
8 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index bf151c6544..271ad1dce1 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -1885,7 +1885,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1896,7 +1896,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1907,7 +1907,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 7c461f30aa..3fdd161c86 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -1984,7 +1984,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1995,7 +1995,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -2006,7 +2006,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index a34522c1de..90ad13f29f 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -2006,7 +2006,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -2017,7 +2017,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -2028,7 +2028,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index d33d617a3e..c0e8f6654e 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -1412,7 +1412,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1423,7 +1423,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
@@ -1434,7 +1434,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
diff --git a/server/openejb-client/pom.xml b/server/openejb-client/pom.xml
index b88c5d1527..da95bce7d2 100644
--- a/server/openejb-client/pom.xml
+++ b/server/openejb-client/pom.xml
@@ -155,7 +155,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
<scope>test</scope>
</dependency>
diff --git a/server/openejb-cxf/pom.xml b/server/openejb-cxf/pom.xml
index 54f8fecf3b..dba263e1e6 100644
--- a/server/openejb-cxf/pom.xml
+++ b/server/openejb-cxf/pom.xml
@@ -211,12 +211,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.78.1</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
diff --git a/tomee/apache-tomee/pom.xml b/tomee/apache-tomee/pom.xml
index 21e19e6548..bb1ce123e1 100644
--- a/tomee/apache-tomee/pom.xml
+++ b/tomee/apache-tomee/pom.xml
@@ -581,9 +581,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
-
<bcpkix-jdk15to18-1.76.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.76</bcpkix-jdk15to18-1.76.jar>
-
<bcprov-jdk15to18-1.76.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.76</bcprov-jdk15to18-1.76.jar>
-
<bcutil-jdk15to18-1.76.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.76</bcutil-jdk15to18-1.76.jar>
+
<bcpkix-jdk15to18-1.78.1.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78.1</bcpkix-jdk15to18-1.78.1.jar>
+
<bcprov-jdk15to18-1.78.1.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78.1</bcprov-jdk15to18-1.78.1.jar>
+
<bcutil-jdk15to18-1.78.1.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78.1</bcutil-jdk15to18-1.78.1.jar>
</jars>
</skips>
</configuration>
@@ -814,9 +814,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
-
<bcpkix-jdk15to18-1.76.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.76</bcpkix-jdk15to18-1.76.jar>
-
<bcprov-jdk15to18-1.76.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.76</bcprov-jdk15to18-1.76.jar>
-
<bcutil-jdk15to18-1.76.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.76</bcutil-jdk15to18-1.76.jar>
+
<bcpkix-jdk15to18-1.78.1.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78.1</bcpkix-jdk15to18-1.78.1.jar>
+
<bcprov-jdk15to18-1.78.1.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78.1</bcprov-jdk15to18-1.78.1.jar>
+
<bcutil-jdk15to18-1.78.1.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78.1</bcutil-jdk15to18-1.78.1.jar>
</jars>
</skips>
</configuration>
diff --git a/tomee/tomee-embedded/pom.xml b/tomee/tomee-embedded/pom.xml
index b996cbbecb..fbc9eb9e0f 100644
--- a/tomee/tomee-embedded/pom.xml
+++ b/tomee/tomee-embedded/pom.xml
@@ -516,7 +516,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
- <version>1.76</version>
+ <version>1.73</version>
<scope>test</scope>
</dependency>