Skip to content

Commit

Permalink
Merge pull request #10 from xtext/dependabot/gradle/org.java-websocke…
Browse files Browse the repository at this point in the history
…t-Java-WebSocket-1.5.7

Bump org.java-websocket:Java-WebSocket from 1.3.8 to 1.5.7
  • Loading branch information
cdietrich authored Aug 14, 2024
2 parents cbc53ec + dbb39e8 commit 4e11046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.xtext.example.mydsl.websockets/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api "org.eclipse.xtext:org.eclipse.xtext.ide:${xtextVersion}"
api "org.slf4j:slf4j-api:1.7.22"
api "org.slf4j:slf4j-simple:1.6.1"
api "org.java-websocket:Java-WebSocket:1.3.8"
api "org.java-websocket:Java-WebSocket:1.5.7"
}

// Add a start script for the websocket case
Expand Down

0 comments on commit 4e11046

Please sign in to comment.