Skip to content

Commit

Permalink
fix: Update dcsctp, fixing DcSctpOptions initialization. (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanLennox authored May 28, 2024
1 parent 5ccdaa2 commit 674f841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jvb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>jitsi-dcsctp</artifactId>
<version>1.0-1-ga91e110</version>
<version>1.0-2-g2d8eee4</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
<!-- we inherit an old version of slf4j-api from tinder, which pcap4j doesn't work with. Adding slf4j-api 1.7.30 (the current stable) as a dep of jvb fixes the problem. -->
Expand Down

0 comments on commit 674f841

Please sign in to comment.