Skip to content

Commit

Permalink
TOMEE-4232 - bcprov 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Jul 12, 2023
1 parent 513634a commit a3d3c27
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 20 deletions.
6 changes: 3 additions & 3 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1660,7 +1660,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1671,7 +1671,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1682,7 +1682,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plume/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1782,7 +1782,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1793,7 +1793,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1804,7 +1804,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1815,7 +1815,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1826,7 +1826,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions boms/tomee-webprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1209,7 +1209,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1220,7 +1220,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions server/openejb-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.73</version>
<version>1.74</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
Expand Down
12 changes: 6 additions & 6 deletions tomee/apache-tomee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -581,9 +581,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
<bcpkix-jdk15to18-1.73.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.73</bcpkix-jdk15to18-1.73.jar>
<bcprov-jdk15to18-1.73.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.73</bcprov-jdk15to18-1.73.jar>
<bcutil-jdk15to18-1.73.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.73</bcutil-jdk15to18-1.73.jar>
<bcpkix-jdk15to18-1.74.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.74</bcpkix-jdk15to18-1.74.jar>
<bcprov-jdk15to18-1.74.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.74</bcprov-jdk15to18-1.74.jar>
<bcutil-jdk15to18-1.74.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.74</bcutil-jdk15to18-1.74.jar>
</jars>
</skips>
</configuration>
Expand Down Expand Up @@ -814,9 +814,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
<bcpkix-jdk15to18-1.73.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.73</bcpkix-jdk15to18-1.73.jar>
<bcprov-jdk15to18-1.73.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.73</bcprov-jdk15to18-1.73.jar>
<bcutil-jdk15to18-1.73.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.73</bcutil-jdk15to18-1.73.jar>
<bcpkix-jdk15to18-1.74.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.74</bcpkix-jdk15to18-1.74.jar>
<bcprov-jdk15to18-1.74.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.74</bcprov-jdk15to18-1.74.jar>
<bcutil-jdk15to18-1.74.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.74</bcutil-jdk15to18-1.74.jar>
</jars>
</skips>
</configuration>
Expand Down

0 comments on commit a3d3c27

Please sign in to comment.