From 8983b11f979e49a069c5a5bb81b7805875ca7cce Mon Sep 17 00:00:00 2001 From: bgrozev Date: Thu, 14 Sep 2023 09:21:55 -0500 Subject: [PATCH] Revert "Bump Bouncycastle to version 1.75. (#2036)" (#2049) The update to 1.75 was found to cause a failure for some endpoints to finish DTLS, leaving them unable to join a conference. We are investigating and planning to update once the problem is fixed. The CVEs that affect 1.70 but not 1.75 do not affect jitsi-videobridge. This reverts commit 44a053343d051b64894abf760777f6e4ad0135de. --- jitsi-media-transform/pom.xml | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/jitsi-media-transform/pom.xml b/jitsi-media-transform/pom.xml index 0f58c9ea44..3b6499c91b 100644 --- a/jitsi-media-transform/pom.xml +++ b/jitsi-media-transform/pom.xml @@ -22,7 +22,7 @@ ${project.groupId} jitsi-srtp - 1.1-13-g1d0db60 + 1.1-12-ga64adcc ${project.groupId} @@ -55,17 +55,17 @@ org.bouncycastle - bctls-jdk18on + bctls-jdk15on ${bouncycastle.version} org.bouncycastle - bcprov-jdk18on + bcprov-jdk15on ${bouncycastle.version} org.bouncycastle - bcpkix-jdk18on + bcpkix-jdk15on ${bouncycastle.version} diff --git a/pom.xml b/pom.xml index 5507949e6a..b9fa179c35 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ 4.6.0 3.0.10 2.12.4 - 1.75 + 1.70 0.16.0 UTF-8