Skip to content

Commit

Permalink
TOMEE-4445 - BouncyCastle 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
rzo1 committed Jan 20, 2025
1 parent c882d2b commit 4c189af
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions boms/tomee-microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1995,7 +1995,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2006,7 +2006,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2017,7 +2017,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</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 @@ -2061,7 +2061,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2072,7 +2072,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2083,7 +2083,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</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 @@ -2083,7 +2083,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2094,7 +2094,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -2105,7 +2105,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</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 @@ -1368,7 +1368,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1379,7 +1379,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1390,7 +1390,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</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 @@ -148,7 +148,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<scope>test</scope>
</dependency>
</dependencies>
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.79</version>
<version>1.80</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion server/openejb-ssh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<scope>test</scope>
</dependency>
</dependencies>
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.79.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.79</bcpkix-jdk15to18-1.79.jar>
<bcprov-jdk15to18-1.79.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.79</bcprov-jdk15to18-1.79.jar>
<bcutil-jdk15to18-1.79.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.79</bcutil-jdk15to18-1.79.jar>
<bcpkix-jdk15to18-1.80.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.80</bcpkix-jdk15to18-1.80.jar>
<bcprov-jdk15to18-1.80.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.80</bcprov-jdk15to18-1.80.jar>
<bcutil-jdk15to18-1.80.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.80</bcutil-jdk15to18-1.80.jar>
</jars>
</skips>
</configuration>
Expand Down Expand Up @@ -814,9 +814,9 @@
<createTarGz>true</createTarGz>
<skips>
<jars>
<bcpkix-jdk15to18-1.79.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.79</bcpkix-jdk15to18-1.79.jar>
<bcprov-jdk15to18-1.79.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.79</bcprov-jdk15to18-1.79.jar>
<bcutil-jdk15to18-1.79.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.79</bcutil-jdk15to18-1.79.jar>
<bcpkix-jdk15to18-1.80.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.80</bcpkix-jdk15to18-1.80.jar>
<bcprov-jdk15to18-1.80.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.80</bcprov-jdk15to18-1.80.jar>
<bcutil-jdk15to18-1.80.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.80</bcutil-jdk15to18-1.80.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 @@ -506,7 +506,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.79</version>
<version>1.80</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4c189af

Please sign in to comment.