Skip to content

Commit

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

Bump org.java-websocket:Java-WebSocket from 1.5.7 to 1.6.0
  • Loading branch information
cdietrich authored Dec 16, 2024
2 parents de4b66a + 02965e7 commit ef8e1a4
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 @@ -8,7 +8,7 @@ dependencies {
api "org.eclipse.xtext:org.eclipse.xtext.ide:${xtextVersion}"
api "org.slf4j:slf4j-api:2.0.16"
api "org.slf4j:slf4j-simple:2.0.16"
api "org.java-websocket:Java-WebSocket:1.5.7"
api "org.java-websocket:Java-WebSocket:1.6.0"
}

application {
Expand Down

0 comments on commit ef8e1a4

Please sign in to comment.