Skip to content

Commit

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

Bump org.java-websocket:Java-WebSocket from 1.5.5 to 1.5.6
  • Loading branch information
cwisniew authored Feb 8, 2024
2 parents 4b4b2cf + 7e051b3 commit c5c6d92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ dependencies {
implementation 'com.github.cwisniew:NoiseLib:1.0.0' // The most recent version, 1.0.0 is build for a later java version: major version 55 is newer than 54, the highest major version supported by this compiler

// webrtc
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.5'
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.6'
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0'
if (osdetector.os.is('windows'))
implementation 'dev.onvoid.webrtc:webrtc-java:0.8.0:windows-x86_64'
Expand Down

0 comments on commit c5c6d92

Please sign in to comment.