Skip to content

Commit

Permalink
Merge pull request #295 from cesarhernandezgt/tomee-7.0.x-TT.x-releas…
Browse files Browse the repository at this point in the history
…e-patch

Upgrade to bouncycastle 1.78
  • Loading branch information
cesarhernandezgt authored Apr 16, 2024
2 parents 5d0e89c + afb0654 commit 99baede
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 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>bcprov-jdk15to18</artifactId>
<version>1.75</version>
<version>1.78</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion boms/tomee-plus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,7 +1599,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.75</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 @@ -167,7 +167,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.75</version>
<version>1.78</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion server/openejb-cxf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15to18</artifactId>
<version>1.75</version>
<version>1.78</version>
</dependency>
<dependency>
<groupId>org.apache.wss4j</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Update to Tomcat 8.5.100-TT.1 to mitigate regression introduced by f29b3127049c1275d02ea0c1dab17b97dd912f5f
* Upgrade to Tomcat 8.5.100 to mitigate CVE-2024-24549 and CVE-2024-23672
* Upgrade to CXF 3.1.19-TT.9 to mitigate CVE-2024-28752
* Upgrade to Bouncy Castle 1.78 to mitigate CVE-2024-29857, CVE-2024-30171, CVE-2024-30172, CVE-2024-301XX.

=== Changes in TomEE EAP 7.0.10-TT.23
* Upgrade to Tomcat 8.5.96 to mitigate CVE-2023-42795
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 @@ -475,7 +475,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcmail-jdk15to18</artifactId>
<version>1.75</version>
<version>1.78</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 99baede

Please sign in to comment.