Skip to content

Commit

Permalink
Bump org.java-websocket:Java-WebSocket from 1.5.6 to 1.5.7
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.6 to 1.5.7.
- [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.6...v1.5.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 20, 2024
1 parent d55e79c commit 173f446
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 @@ -33,7 +33,7 @@ dependencies {
implementation("com.formdev:flatlaf:3.4.1")
implementation("commons-io:commons-io:2.16.1")
implementation("cn.hutool:hutool-crypto:5.8.28")
implementation("org.java-websocket:Java-WebSocket:1.5.6")
implementation("org.java-websocket:Java-WebSocket:1.5.7")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
Expand Down

0 comments on commit 173f446

Please sign in to comment.