Skip to content

Commit

Permalink
Merge pull request #4912 from RPTools/dependabot/gradle/develop/org.j…
Browse files Browse the repository at this point in the history
…ava-websocket-Java-WebSocket-1.5.7

Bump org.java-websocket:Java-WebSocket from 1.5.6 to 1.5.7
  • Loading branch information
cwisniew authored Dec 6, 2024
2 parents 8cbe909 + a1b8127 commit ede05a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clientserver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation group: 'com.google.code.gson', name: 'gson', version: '2.10.1' // https://mvnrepository.com/artifact/com.google.code.gson/gson

// webrtc
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.6'
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.7'
// Needs to be API since WebRTCConnection implements PeerConnectionObserver and RTCDataChannelObserver.
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0'
if (osdetector.os.is('windows'))
Expand Down

0 comments on commit ede05a0

Please sign in to comment.