Skip to content

Commit

Permalink
TOMEE-4337 - bcprov-jdk15to18-1.76.jar and bcpkix-jdk15to18-1.76.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed May 16, 2024
1 parent ba1f756 commit 0112f48
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand All @@ -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>
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 @@ -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>
Expand All @@ -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>
Expand All @@ -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>
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 @@ -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>
Expand All @@ -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>
Expand All @@ -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>
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 @@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion server/openejb-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

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 @@ -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>
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.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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion tomee/tomee-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 0112f48

Please sign in to comment.