Skip to content

Commit

Permalink
Merge pull request #297 from cesarhernandezgt/tomee-8.0.x-TT.x-patch
Browse files Browse the repository at this point in the history
Upgrade to Bouncy Castle 1.78
  • Loading branch information
cesarhernandezgt authored Apr 17, 2024
2 parents 2d5cdc3 + 387b09e commit 4f941de
Show file tree
Hide file tree
Showing 8 changed files with 23 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 @@ -1445,7 +1445,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1456,7 +1456,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1467,7 +1467,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</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 @@ -1544,7 +1544,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1555,7 +1555,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1566,7 +1566,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</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 @@ -1577,7 +1577,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1588,7 +1588,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand All @@ -1599,7 +1599,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcutil-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</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 @@ -154,7 +154,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</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 @@ -139,12 +139,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</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 @@ -564,9 +564,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.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78</bcpkix-jdk15to18-1.78.jar>
<bcprov-jdk15to18-1.78.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78</bcprov-jdk15to18-1.78.jar>
<bcutil-jdk15to18-1.78.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78</bcutil-jdk15to18-1.78.jar>
</jars>
</skips>
</configuration>
Expand Down Expand Up @@ -797,9 +797,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.jar>org.bouncycastle:bcpkix-jdk15to18:jar:1.78</bcpkix-jdk15to18-1.78.jar>
<bcprov-jdk15to18-1.78.jar>org.bouncycastle:bcprov-jdk15to18:jar:1.78</bcprov-jdk15to18-1.78.jar>
<bcutil-jdk15to18-1.78.jar>org.bouncycastle:bcutil-jdk15to18:jar:1.78</bcutil-jdk15to18-1.78.jar>
</jars>
</skips>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
= TomEE EAP 8.0.16-TT.3
= TomEE EAP 8.0.16-TT.4

=== Changes in TomEE EAP 8.0.16-TT.4
* Upgrade to Bouncy Castle 1.78 to mitigate CVE-2024-29857, CVE-2024-30171, CVE-2024-30172, CVE-2024-301XX.

=== Changes in TomEE EAP 8.0.16-TT.3
* Update jose4j 0.9.6 to mitigate CVE-2023-51775
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 @@ -499,7 +499,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.76</version>
<version>1.78</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 4f941de

Please sign in to comment.