Skip to content

Commit

Permalink
Bump org.java-websocket:Java-WebSocket from 1.5.4 to 1.5.5
Browse files Browse the repository at this point in the history
Bumps [org.java-websocket:Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/TooTallNate/Java-WebSocket/releases)
- [Changelog](https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md)
- [Commits](TooTallNate/Java-WebSocket@v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: org.java-websocket:Java-WebSocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 957742e commit b5c9be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ dependencies {
compileOnly("org.spongepowered:mixin:0.8.5")
annotationProcessor("org.spongepowered:mixin:0.8.5")

shadowImpl("org.java-websocket:Java-WebSocket:1.5.4")
shadowImpl("org.java-websocket:Java-WebSocket:1.5.5")

runtimeOnly("me.djtheredstoner:DevAuth-forge-legacy:1.1.2")

Expand Down

0 comments on commit b5c9be4

Please sign in to comment.