Skip to content

Commit

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

Bump org.java-websocket:Java-WebSocket from 1.5.4 to 1.5.5
  • Loading branch information
cwisniew authored Dec 31, 2023
2 parents bec6ea6 + 25c94fe commit 309e0ef
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 @@ -486,7 +486,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.4'
implementation group: 'org.java-websocket', name: 'Java-WebSocket', version: '1.5.5'
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 309e0ef

Please sign in to comment.