Skip to content

Commit 8983b11

Browse files
authored
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 44a0533.
1 parent e69ee34 commit 8983b11

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

jitsi-media-transform/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>${project.groupId}</groupId>
2424
<artifactId>jitsi-srtp</artifactId>
25-
<version>1.1-13-g1d0db60</version>
25+
<version>1.1-12-ga64adcc</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>${project.groupId}</groupId>
@@ -55,17 +55,17 @@
5555
</dependency>
5656
<dependency>
5757
<groupId>org.bouncycastle</groupId>
58-
<artifactId>bctls-jdk18on</artifactId>
58+
<artifactId>bctls-jdk15on</artifactId>
5959
<version>${bouncycastle.version}</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.bouncycastle</groupId>
63-
<artifactId>bcprov-jdk18on</artifactId>
63+
<artifactId>bcprov-jdk15on</artifactId>
6464
<version>${bouncycastle.version}</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.bouncycastle</groupId>
68-
<artifactId>bcpkix-jdk18on</artifactId>
68+
<artifactId>bcpkix-jdk15on</artifactId>
6969
<version>${bouncycastle.version}</version>
7070
</dependency>
7171
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<spotbugs.version>4.6.0</spotbugs.version>
3535
<jersey.version>3.0.10</jersey.version>
3636
<jackson.version>2.12.4</jackson.version>
37-
<bouncycastle.version>1.75</bouncycastle.version>
37+
<bouncycastle.version>1.70</bouncycastle.version>
3838
<prometheus.version>0.16.0</prometheus.version>
3939
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4040
</properties>

0 commit comments

Comments
 (0)